|
Posted by jcoder on 10/18/07 06:43
actually there's no error msg..it just gave me blank page.
<?php
mysql_connect("localhost","root","123") or die("cannot connect");
echo'ok';
?>
even the work "ok" is not showing either. im wondering, if my password
or username, or the host is wrong it should give me the msg "cannot
connect", but there's nothing. and if i restart apache, no error msgs
also.
Navigation:
[Reply to this message]
|