Re: [PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-20 Thread George Nicolae
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

Re: [PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-20 Thread Pac mon
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

[PHP-WIN] Re: Passing Logined in Name form One Form to other Page

2001-12-19 Thread George Nicolae
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