Hello,

[snip]

   but i got error message with:
   http://coopunit.forestry.uga.edu:8080/testdb.php
   the error is:
   Fatal error: Call to undefined function:
   mysql_connect() in /var/www/html/testdb.php on line 13

How can Fix this problem? Thanks

[/snip]



Your PHP is compiled without mysql support (see http://coopunit.forestry.uga.edu:8080/test.php) You do however have dbx support. You might want to look at http://de.php.net/manual/de/ref.dbx.php
Your mysql_connect has to be replaced by dbx_connect and so on...
Alternativly you could recompile php with mysql support.


HTH,
Oliver Hankeln

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to