On Nov 27, 2010, at 10:08 AM, Daniel P. Brown wrote:

one primary question: are you using the mysql_*
family, mysqli_* family, or another method of interfacing with MySQL?

mysql_

$results = mysql_query($query) or die(mysql_error());

Don

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to