i made this code in dreamweaver. i made a new .PHP file and went to server behaviors and made the page restricted. i uploaded to the website's server. i test it and an error comes out -> Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in ....... on line 19...
ive been going crazy!!! can someone please take a look at this code and figure out why i get the message "Query was empty"???
<?php
$username =$_POST['username'];
$password =$_POST['password'];
$login =$_GET['login'];
setcookie("username","$username",time()+86400);
$con =...
ive been going crazy!!! can someone please take a look at this code and figure out why i get the message "Query was empty"???
<?php
$username =$_POST['username'];
$password =$_POST['password'];
$login =$_GET['login'];
setcookie("username","$username",time()+86400);
$con =...