Re: can't pass data to mysql
You might want to use constructs such as
$result = mysql_query($query, $connection)
or die('DB error: ' . mysql_error());
in order to output error messages when and as needed.
Jon Stephens
MySQL Documentation Team @ Oracle
Orlando, Florida, USA
MySQL Dev Zone
MySQL Server Documentation
Oracle
Subject
Written By
Posted
Re: can't pass data to mysql
June 26, 2005 08:25PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.