Page 1 of 1

MySQL and PHP 5

Posted: Wed Jul 23, 2003 2:48 pm
by Stromwebsolution
Hello!

I do not understand how to use the built in MySQL functions in PHP 5,
when i try to use mysql_connect i get the same answer as in the original post in this thread. "Call to undefined function: mysql_connect() in
xxxxxxxx".

What am i doing wrong ?

Do i have to include any special library ?

Posted: Fri Jul 25, 2003 7:53 am
by twigletmac
The MySQL functions are not bundled with PHP 5. For more information:
viewtopic.php?t=10242

Mac