|
make a new page with this <?php setcookie("user", $_POST[name], time()+3600, '/');
header('Location:*********); ?> Location is your site
and on your site say
$user = $_COOKIE["user"];
if ($di == 0) { welcome to our website. In order to help you better please enter your email the submit button on the email links to the script stated above”}
else { the rest of your website goes here }
for some fading filter you would need to make something from java or a .gif
|