Hello Farooq,
On Tue, 2003-07-01 at 10:49, Farooq Ahmad wrote: > Hi > I am getting cont. this problem on Linux based machine. send me the solution > with complete commands. Did you ever tried to google for this? Besides this is a list which deals with the manual/documentation of PHP and is not used for PHP Installation related stuff. And as this is not related to a manual issue look at this: A hint is given by the ./configure script in the PHP source package: [...] --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base directory. If unspecified, the bundled MySQL library will be used. [...] > Fatal error: Call to undefined function: mysql_connect() in > /var/www/html/website/index.php on line 6 If the command was not found, you probably forgot to compile PHP with MySql support. To do so, see above. -Ali PS: you may want to look at threads like http://lists.php.net/article.php?group=php.install&article=10891 and in general at PHP-Mailinglists like 'install' -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
