I need a PHP script that the user will pay to buy items on the site.
I need a script where the user will pay £X for a .pdf which they will get when the transfer is complete. Is there one?
I’m looking for a free script that will handle user functions (registration, forgot password etc.)
How to user PHP as a Template Engine? I don’t want to user any PHP-based Template Engines like Smarty, I simply want to use PHP and buffering, but how?
I want to continue to execute some php code after i sent data to the client. For example to print some html data, sent it, and the continue to execute some functions.
Thanks
I’m using php for my use logins and my set up is..user types in information, it is saved in a mysql table, when they login it verifies the info. How can i make it so that i take away the login link with a logout link and add another link so the user can view their profile?
I am working on a site and I use session variables to store some info. What I need to do is destroy the session automatically when the user leaves the domain but have forgotten how to do that.
In my database I have inputed all the user’s info in one row. now i have created the login for the site how do i put in the information about that user that logged in?
I have one secure domain. How do I get user inputs? is it same as getting input via php/html forms?
or, any technical notes? or any preparations?
One more thing, I will get user inputs in Unicode.
What do I do to get informations, username, password from my visitors?
Please help me.
Thanks in advance.
Ok i have a problem here to solve.. I am doin a report system on my database management system.
For example.. a user login n add new data to database.. so how to show, how much amount a day that user have add new data in database. do u have any idea… how to write the php script.
I’d like to create a simple form in PHP where the user enters a little bit of information, which gets saved to an XML file on the server. This XML file should then be able to have the data in it read by PHP and manipulated… How would I do this?