this is also a very good idea. I will use it in the future.
--
Best regards,
George Nicolae
IT Manager
___
X-Playin - Professional Web Design
www.x-playin.f2s.com
"Pac Mon" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> HAHAHAHA...ok... so
HAHAHAHA...ok... sorry. First off.. RTFM guyz. Because it's obivious the
manual hasn't been read I'm not going into great detail, but look up these
functions I mention.
Secondly. No need. Sessions automatically take care of cookies.
session_register("thevariable");
tada.. every page will have
you can use cookies.
setcookie ("user", $value);
setcookie ("psw", $value);
//look in manual for more details
u can set the cookie only the login and psw are corect
and then in "some page" you do the follow:
if (isset($user)&&isset($psw)) .../*verify again if are corect and "select
the only Recor