Hello to all,I have a problem to connect PHP & MySQL together.
I have created a form that gets the username & password from admin and connect him to database.the part of PHP script that connect to mysql is as follow:
[CODE=php]$db=mysql_pconn ect("hostname", $username,$pass word);
if(!$db){
echo"ERROR:conn ecting failed";
exit; }
else
echo"you have connected to database...