Hi list ,
I have set up PHP4 on a open bsd box with mysql I was able to connect,
create a database and create a new user, etc.
Another problem has come up. Now, trying to connect to the database I
have created, am using the standard PHP function: mysql_connect, and am
getting the error:
Fatal error: Call to undefined function: mysql_connect() in
/var/www/htdocs/southwest/php/procQuery.php on line 8.
Would any one know how to fix this problem or why I am getting it?
Thanx
Michael
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP-INST] Call to undefined function: mysql_connect Michael Christie