I think I have a PHP configuration problem on my development machine where I am setting up a development environment which interrogates a local MySQL database from Eclipse on a Windows XP platform using an Apache server. I can execute the PHPINFO program so I have a minimal PHP system working. I can interrogate my database from within Eclipse with SQL explorer. When I run my first test program to connect and run a SQL I get the following error:
Fatal error: Call to undefined function mysql_connect() in C:\Eclipse Workplace\Rouse\WebContent\timetable.php on line 16
I don’t know how or where in the PHP configuration I would bring in the SQL routines. Does anyone know or am I on the wrong path.
Thanks!