MySQL Forums
Forum List  »  PHP

Re: Call to undefined function mysql_connect()
Posted by: Manny Sata
Date: February 24, 2007 03:52AM

Hi,

Here is the code:

echo "what the";
phpinfo();
$dbcnx = mysql_connect('localhost', 'root', 'password');
echo "say what";

the code gets to the phpinfo part but stops at the $dbcnx = mysql_connect part. It does not print out the "say what."

Thanks,

Manny



Edited 2 time(s). Last edit at 02/24/2007 04:37AM by Manny Sata.

Options: ReplyQuote




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.