MySQL Forums
Forum List  »  PHP

Re: can't pass data to mysql
Posted by: Jonathan Stephens
Date: June 26, 2005 08:25PM

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

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
June 24, 2005 04:51AM
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.