RE: [PHP] undefined mysql_connect() ???

2005-06-22 Thread Frank Whitsell
Yes, updating php and mysql seems like a good idea to me. Here's the output of httpd -l: Compiled in modules: core.c prefork.c http_core.c mod_so.c I haven't used yum before (only rpm). The yum man page presents a number of commands and options. I have a couple of questions: Should

RE: [PHP] undefined mysql_connect() ???

2005-06-21 Thread Frank Whitsell
Sheesh, the electric power has just been off for almost an hour! Here's the result of running "rpm -qa | grep -i php": php-4.3.9-3 php-ldap-4.3.9-3 php-pear-4.3.9-3 The o/s is Fedora Core 3, and I selected the Server installation, which also automatically installed apache 2.0.52, php 4.3.9,

RE: [PHP] undefined mysql_connect() ???

2005-06-21 Thread Frank Whitsell
Thanks for your reply, Bruce. I hadn't thought of running it from the command-line as a test. Here is the entire code and the result (which was the same): Script started on Tue 21 Jun 2005 03:49:17 PM CDT THE TEST CODE = [EMAIL PROTECTED] tst]$ cat mysqltst.php $dbh = my

[PHP] undefined mysql_connect() ???

2005-06-21 Thread Frank Whitsell
I would really appreciate any help anyone can give me if you know anything about this problem: I am getting an undefined function call error message from PHP when I call mysql_connect(). That error message appears in the httpd error_log file when I try to connect to mysql. The exact text of th