Skip navigation.
Home
Now Shipping Version 8.0

PHP-MYSQL-APACHE

Hi,

I've installed the php,apache,mysql,php-mysql packages.I tried with the <?phpinfo()> code snippet and it is working.when i tried to used the mysql_connect() the error i got was "fatal error:undefined function call mysql_connect()" error;

The php-mysql module was already installed.

When i try the code(mysql_connect and fetch a record from mysql db) using the php5 command line complier it works fine and fetches a record from mysql DB.But if i use the same code in apache it gives error(fatal error:undefined function call mysql_connect()).

Any ideas?