Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Dan Bowkley
: Re: [PHP-DB] lamer noob with repeat question Have you tried putting in a form method=post action=script-name.php in your html? I'm haven't read all of your email but this is what I use and your html doesn't seem to have this. I think php needs the 'action=' to know what to do when

Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Dan Bowkley
why I suck...$mysql_error is empty. And it's not sticking anything into my database. Arrrg. - Original Message - From: Dan Bowkley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 12:18 AM Subject: Re: [PHP-DB] lamer noob with repeat question I've got

Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Stephen E. Bacher
$result_insert = @mysql_query ($query_insert) or die(you suck! $mysql_error); Try mysql_error() instead of $mysql_error. - seb -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]