.)
-Original Message-
From: Brian Feliciano
To: [EMAIL PROTECTED]
Sent: 2001-10-20 04:44
Subject: [PHP-WIN] mysql php help
this is maybe a beginners question, that's because im a newbie to
PHP-MySQL
i want to run UPDATE sql command and this is the sample code.
if (!mysql_query
this is maybe a beginners question, that's because im a newbie to PHP-MySQL
i want to run UPDATE sql command and this is the sample code.
if (!mysql_query ($sql))
echo("Invalid query".$sql);
and i know that my $sql is correct because i tried to paste it to my
PHPmyadmin and it works.
how come i