hie i'm a newbie and am having a problem connecting to my database..
the name of my database is wilsoft and it does not have a password..here is my code:
<html><?php
mysql_connect("localhost", "root", "") or die(mysql_error());
echo "Connected to MySQL";
?>
</html>
![]()



Reply With Quote

Bookmarks