Re: [PHP] PHP not seeing MySQL functions

2006-01-24 Thread PHP Superman
ah sorry, i assumed windows box On 1/22/06, John Nichel <[EMAIL PROTECTED]> wrote: > > PHP Superman wrote: > > did you uncomment the line that adds the proper php > > module(mysqli_blahblahblah.dll)? > > How would loading the mysqli modules help the poster with the mysql > functions? > > How would

Re: [PHP] PHP not seeing MySQL functions

2006-01-22 Thread John Nichel
PHP Superman wrote: did you uncomment the line that adds the proper php module(mysqli_blahblahblah.dll)? How would loading the mysqli modules help the poster with the mysql functions? How would loading Windoze dll's help the poster on a Linux box? On 1/16/06, Jonathan Duncan <[EMAIL PROTEC

Re: [PHP] PHP not seeing MySQL functions

2006-01-22 Thread PHP Superman
did you uncomment the line that adds the proper php module(mysqli_blahblahblah.dll)? On 1/16/06, Jonathan Duncan <[EMAIL PROTECTED]> wrote: > > I just got a new web server with RedHat Enterprise Linux 4 on it. It came > with MySQL 4.1.x and PHP 4.3.9 on it. I uninstalled the MySQL 4 and put > My

[PHP] PHP not seeing MySQL functions

2006-01-16 Thread Jonathan Duncan
I just got a new web server with RedHat Enterprise Linux 4 on it. It came with MySQL 4.1.x and PHP 4.3.9 on it. I uninstalled the MySQL 4 and put MySQL 5 on it. When I run a PHP script that has a DB connection in it I get: Fatal error: Call to undefined function: mysql_connect() in /var/ww