ok.. gurus.. please tell me whats wrong with this code?
this code doesnt seem to be workingPHP Code:<?
$logininfo = "$username*$password";
if (!$help)) {
setcookie('help',$logininfo,0,'/',0);
if( !$username || !$password)
{
echo ("Error - all the fields are required, please go back and fill them in.");
}
}
elseif ($help) {
$string = explode("*",$supportdesk);
$username = $string[0];
$password = $string[1];
}
?>![]()





Bookmarks