I'm pretty new to PHP. So here's my question.
Username
Password
IP
I need the PHP code(template too if possible) that will insert the persons username, password, email and IP they entered, into my SQL database.
Thanks in advance.
Printable View
I'm pretty new to PHP. So here's my question.
Username
Password
IP
I need the PHP code(template too if possible) that will insert the persons username, password, email and IP they entered, into my SQL database.
Thanks in advance.
http://www.php.net
Look up MySQL on the link above, and you'll need to use $_POST to get the data from a HTML form. :)
Good luck. :)
I'd like a double cheeseburger, large fry and a large lemonade. Oh, can you throw in a template driven ecommerce solution for my company as well? Thanks.
Moral: Nobody's going to post a whole project for you. This isn't rent-a-coder. Try it yourself, and when you run into problems, ask how to get around them.