Dear all,
Under Redhat 8.0, I have install all following program.
php-imap-4.2.2-8.0.5
php-4.2.2-8.0.5
php-ldap-4.2.2-8.0.5
php-mysql-4.2.2-8.0.5
libdbi-dbd-mysql-0.6.5-2
mysql-server-3.23.52-3
mysql-3.23.52-3
mod_auth_mysql-1.11-10
mysql-devel-3.23.52-3
and start the mysql and apache services. Anyway, when php file run mysql script, the error can appear.
Call to undefined function: mysql_connect() in
/home/htdocs/neth/php/order/led_form.php on line 103
Why? Note that the runnings of mysql and php separately are both OK.
Also I have add extension=mysql.so in the file php.ini.
But the php script for calling mysql cannot be run in the web.
Regards,
Simon