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 forms help
Name: deity_me Date: October 17, 2005 at 16:06:28 Pacific OS: Slack 10 CPU/Ram: P4
Comment:
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 their input wont crash the page thats inserting it into the database or crash the page that's later displaying it - Also I'd like the display page to be xhtml compliant afterwards. Trying to brainstorm but its a sun shining day in my head Thanks
Money not an issue? Where do you live and when are you not home? I'm not gonna rob you, I'm just gonna steal some stuff
Name: Michael J (by mjdamato) Date: October 17, 2005 at 21:48:51 Pacific
Reply:
You're not giving enough specifics! What do you need to validate to? Is the data being input a number? Is it supposed to be a directory path? What???
0
Response Number 2
Name: deity_me Date: October 19, 2005 at 06:25:14 Pacific
Reply:
They can put in anything the MySQL field that i'm inserting into is of type TEXT i just dont want them inserting things that'll break the SQL insert or the redering when i try to put it up from the DB
Money not an issue? Where do you live and when are you not home? I'm not gonna rob you, I'm just gonna steal some stuff
Summary: 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...
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...