Re: [PHP] forms into database and visa versa

2002-05-17 Thread Analysis & Solutions
> Anyone have a link or links to how to definitively make safe inserts to > databases with form information? It's a good idea to validate all data you're sticking in before you do. For example, if you have a numeric field, you don't want the person to be able to submit letters in that field. So,

Re: [PHP] forms into database and visa versa

2002-05-17 Thread Dennis Gearon
Thank you for reply, I don't understand what your answer has to do with taking input from users in forms and putting it into a database safely. If you could explain that, I could learn from your much appreciated reply. Geoff Hankerson wrote: > > depending on your needs you could just cre

Re: [PHP] forms into database and visa versa

2002-05-17 Thread Geoff Hankerson
depending on your needs you could just create a .csv file (comma seperated text) that excel can read easily - Original Message - From: "Dennis Gearon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 11:13 AM Subject: [PHP] forms into database and visa versa > ***_P