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
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'"); ..
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
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
4 matches
Mail list logo