Sorry Michael,
How about communicate between them!
This is the code I am using:-
<?php
$dbcnx = mysql_connect("localhost", "user", "password");
mysql_select_db("maintable");
$result = mysql_query("SELECT * FROM test");
while ($data = mysql_fetch_array($result)) {
do something
}
?>
This works fine on my FC3 machine but not on the FC4 machine.
Cheers
Peter
"Michael Phipps" wrote in message
>> Hi Guys,
>>
>> I have just upgrade my FC3 to FC4 and included was php 5.0. This
>> apparently doesn't have the mysql client files that php 4.0 used to. I
>> have enabled the mysql.so module in the mysql.ini file in /etc/php.d but
>> still cannot get mysql to talk to php. Is there anything else I can try
>> other than configure php from tarballs rather than rpm's?
>>
>
> Don't you mean get PHP to talk to MySQL?
>
> What PHP code are you using to test the MySQL connection?
>
>
> >> Stay informed about: PHP 5.0 and MYSQL