Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)
Paste
Pasted as Plain Text by tam ( 14 years ago )
if (isset($_POST['realname']) && $_POST['realname']!="" &&
isset($_POST['nickname']) && $_POST['nickname']!="" &&
isset($_POST['email']) && $_POST['email']!="" &&
isset($_POST['pass1']) && $_POST['pass1']!="" &&
isset($_POST['pass2']) && $_POST['pass2']!="" &&
isset($_POST['phone']) && $_POST['phone']!="" &&
isset($_POST['address']) && $_POST['address']!="")
{
// Some content here
}
else
{
// Different content here
}
Revise this Paste
Parent: 5753