I setted all settings
in php.ini & windows directory system32 libmysql.dll
I tried all that three steps u expalined
later i tried this code
1.
<?php
2.
echo mysql_connect(" localhost", "root", "YOURPWHERE ");
3.
?>
i got output resource #2
then i tried this
1.
error_reporting (E_ALL);
2.
echo mysql_connect(" localhost", "root", "ROOTPWD") or die(mysql_error ());
i got output only 1
plz anyone help me to solve this problem on my system
I am using APACHE HTTP SERVER 2.0.50
WINDOWS XP
MYSQL 5.0
PHP 5.2.5
in php.ini & windows directory system32 libmysql.dll
I tried all that three steps u expalined
later i tried this code
1.
<?php
2.
echo mysql_connect(" localhost", "root", "YOURPWHERE ");
3.
?>
i got output resource #2
then i tried this
1.
error_reporting (E_ALL);
2.
echo mysql_connect(" localhost", "root", "ROOTPWD") or die(mysql_error ());
i got output only 1
plz anyone help me to solve this problem on my system
I am using APACHE HTTP SERVER 2.0.50
WINDOWS XP
MYSQL 5.0
PHP 5.2.5
Comment