Thanks for your reply, Bruce.
I hadn't thought of running it from the command-line as a test.

Here is the entire code and the result (which was the same):

Script started on Tue 21 Jun 2005 03:49:17 PM CDT

============ THE TEST CODE =========
[EMAIL PROTECTED] tst]$ cat mysqltst.php <?php
$dbh = mysql_connect("localhost");
print "dbh=$dbh\n";
exit;
?>

============ THE RESULT =========
[EMAIL PROTECTED] tst]$ php mysqltst.php PHP Fatal error: Call to undefined function: mysql_connect() in /home/flw/php/tst/mysqltst.php on line 2
Content-type: text/html
X-Powered-By: PHP/4.3.9

[EMAIL PROTECTED] tst]$ exit

Script done on Tue 21 Jun 2005 03:49:34 PM CDT

 --frank--

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

Reply via email to