I can't seem to get PHP(4.3) & MySQL(3.23) to talk to eachother.
I try:
$dbcnx = mysql_connect("localhost", "root", ""
;
and I get:
"Fatal error: Maximum execution time of 30 seconds exceeded..."
I suspect the MySQL setup, but I can add tables etc from DOS without issue. It's not password related because if i enter a wrong one i get other errors.
My machine: IIS 5.1, WinXP Pro.
Checked the FAQ and tried the keyword seasrch (it was unavailable) without any luck.
I try:
$dbcnx = mysql_connect("localhost", "root", ""
and I get:
"Fatal error: Maximum execution time of 30 seconds exceeded..."
I suspect the MySQL setup, but I can add tables etc from DOS without issue. It's not password related because if i enter a wrong one i get other errors.
My machine: IIS 5.1, WinXP Pro.
Checked the FAQ and tried the keyword seasrch (it was unavailable) without any luck.