MySQL and PHP 5

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Stromwebsolution
Forum Newbie
Posts: 1
Joined: Wed Jul 23, 2003 2:48 pm
Location: Sweden

MySQL and PHP 5

Post 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 ?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

The MySQL functions are not bundled with PHP 5. For more information:
viewtopic.php?t=10242

Mac
Post Reply