Hi I can't get PHP to recognize MySQL functions like mysql_connect()
In the php.in the extension_dir is /usr/lib/php4 which contains mysql.so and I've uncommented the the relevant module line
Still no luck
Any help please I'm dying here......
Nick
pull out the default redhat 7.1 rpms and compile php from php.net using the mysql option (along with the other options).
Not quite the answer I was hoping for but a sensible suggestion noetheless, thanks Brandon. Actually, I seem to have fixed it. I'm not entirely sure how, I just re-installed some of the RPM's and now it works, strange.
Cheers