Can anyone help me with this?
I put this code in:
if (($username != "Johnny") || ($password != "marge")) {
$name = "Johnny";
$url_name= "Star Wars";
}
It wont work, what did I do wrong? I want the variables to be stored and work throughout the rest of the php script.
Also does anyone know of a good site that offers free php and mysql hosting?
Thanks in advance.