hi!
I just went to php5b2. to make a long story short the php.ini file says that mysql is automatically put into php, and you don't need any .dll files for it. the extension is still there, though. anyway, I didn't tough any of the extensions, (all of them are commented out by default, I found out why lol), but anyway I tried out one of my scripts to connect to mysql, and I saw something to the affect of:
fatal error: call to undefined function: mysql_connect in C:\path\to\my\script.php on line 7.
I uncommented the extension for mysql and when I restarted apache I got an error about that dll. so I commented it again. but why won't this let me use mysql functions like mysql_connect? how can I fix it? I'm concerned about that!
Brandon