When I try to bind to a Database, I get this error:
Fatal error: Call to undefined function: mysql_connect()
The line of code in question is:
mysql_connect('localhost', 'webuser', 'password')
I have also tried mysql_connect('localhost', 'root', 'rootpasswd')
Doing a Config list, I get this listed:
Configure Command: './configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-gettext' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-regex=system' '--with-ttf=/usr/lib/libttf.so' '--enable-track-vars' '--enable-xml' '--disable-debug' '--with-interbase=shared' '--with-mysql=shared' '--with-pgsql=shared' '--with-imap'
System:
Linux lease24.cobalt.com 2.2.16C7 #1 Fri Sep 8 15:58:03 PDT 2000 i586 unknown
Server API: Apache
Virtual Directory Support: disabled
It uses Zend Engine v1.0.3
I am not an administrator on the server itself, and re-installing PHP is most likely not an option. Any ideas on what could be going on? Anything else I could test with.