I am currently responsible for a set of server units. Recently, the group of users working with one of these units informed me that they were having problems with a php-based report generating program. I did not write the program; my predecessor did. I did manage to track down the error, though; the program throws the message
[B]Fatal error[/B]: Call to undefined function mysql_connect() in [B]/srv/www/htdocs/tech_site_lst.php[/B] on line [B]123[/B]
when attempting to access a mysql database.
Another server, running the same code, has no problems, but is running a different version of PHP. (Working program is running 4.3.10, broken version is running 5.2.*, I think the star is a 0 but cannot recall for certain.) Both systems are running on SuSE 9.2 OS's, both systems are running MySQL 4.1.10a.
Does anyone know what the problem might be? Or perhaps know of someplace I can go to find out more about the problem in question?
Thank you for your consideration,
EnderX