Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
PHP Form
Name: pbaker Date: September 19, 2005 at 01:49:12 Pacific OS: XP CPU/Ram: 512
Comment:
does anyone know if its possable to get a PHP form to submit to a database on the backend and also send an email with the details to a certain email address with like a verfication link and a username and password. if anyone could help that would be great/
Name: Michael J (by mjdamato) Date: September 19, 2005 at 06:19:14 Pacific
Reply:
The answer is yes. A "form" by itself does nothing. When the form is submitted, it is submitted to a page which processes the data. You can do nothing with the data or use it in several different ways. It's the page that will process the form that is important, not the form itself.
There are plenty of free tutorials out there to do both database insetions and sending emails. See what you can find, and submit new posts for any specific questions you have.
Summary: Hi I have a PHP form that inputs things into a database and then later display the stuff in a webpage My main concern is validation of the user's input. I just need a validator or some sort so that th...
Summary: Hey guys, I have an existing php form that runs fine but I was wondering if I can make it so when the submit button is pressed if it can go to 3 different email locations? A;most like "CC ing" someone...
Summary: Hello all, I actually need a php form by which i can ask users to submit some data and can upload a file.The form data submitted and the file can be sent to my attachment as an e-mail.Does a...