Hi all,
I am trying to write an if statement but I can't get it to work corrently.
This is what I have so far:
if(isset($_POST['UniqueID']) && empty($_POST["R"]) && empty($F) && empty($_POST["D"]) && empty($_POST["O"]) && empty($_POST["R"]) && empty($_POST["I"]) && empty($_POST["G"])) {
$var1 = "UniqueID = " .$_POST['UniqueID'];
print "UniqueID " .$var1;
}
If anyone could help it would be great.
Manu thanks in advance.
Blackbox