RE: [PHP] I need help from you.

2001-04-25 Thread Maxim Maletsky
Cc: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: Re: [PHP] I need help from you. Don't think that's going to work - that's an UPDATE syntax - should be: mysql_query("INSERT INTO table (name, email) VALUES('$name', '$email')"); ...etc Chr

Re: [PHP] I need help from you.

2001-04-25 Thread Chris Fry
Don't think that's going to work - that's an UPDATE syntax - should be: mysql_query("INSERT INTO table (name, email) VALUES('$name', '$email')"); ...etc Chris Fry Maxim Maletsky wrote: > no, don't worry, we'll help:-) > > use mysql_query("INSRT INTO table SET name='$name', email='$email'"); ..

RE: [PHP] I need help from you.

2001-04-25 Thread Maxim Maletsky
no, don't worry, we'll help:-) use mysql_query("INSRT INTO table SET name='$name', email='$email'"); ...etc see some examples you can find in documentations. Browse the web for it - there's a whole bunch. Sincerely, Maxim Maletsky Founder, Chief Developer PHPBeginner.com (Where PHP Begins

Re: [PHP] I need help from you.

2001-04-25 Thread Chris Anderson
To send any information you need to use the mysql_query() function after connecting with mysql_connect() or mysql_pconnect(). They are all documented in the manual. Or am I misreading your question?? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, Ap