hello all
Hello all
I installed php, mysql and IIS in xp. Problem is this while i run following file
PHP Code:
----------------
<?php
phpinfo();
?>
it doesnt show mysql info table in result. I seen mysql server it is running well. While i am trying to connect
my php file to mysql database then it doesnt connect. why it is happening? how to short out this problem,
please help me
regards
Hello all
I installed php, mysql and IIS in xp. Problem is this while i run following file
PHP Code:
----------------
<?php
phpinfo();
?>
it doesnt show mysql info table in result. I seen mysql server it is running well. While i am trying to connect
my php file to mysql database then it doesnt connect. why it is happening? how to short out this problem,
please help me
regards
Comment