Help!
I just want to ask how to compiled MySQL into PHP? I 've tried many ways but none of them is successful.
I use apache2,MySQL 5 and PHP 5.1.2.When I tried this tag,
<?php
mysql_connect("localhost","root","0410")
?>
It returns,
Warning: mysql_connect(): Unknown MySQL server host 'Resource id #4' (11001) in C:\phpweb\MySQL 5\CH07\~out.php on line 4
And I use 'mysql_create_db' it returns,
Fatal error: Call to undefined function mysql_create_db() in C:\phpweb\MySQL 5\CH07\~out.php on line 8
Anybody can help me to solve this problem?thx~~~~
P.S. I 've tried the guide for "getting PHP 5 to work with MySQL" but it doesn't work.
KElviN