The " Welcome, mankolele. "part on each site how is it coded I thought it has something to do with COOKIES or SESSIONS but seems I am wrong anyone who could help me with this bit.
Thanks in advance.
Thanks in advance.
$_POST['userid'] = stripslashes($_POST['userid']);
header('Location: something.php');
$_POST['userid'] = stripslashes($_POST['userid']);
header('Location: something.php');
Comment