[PHP] another easy question that is stumping me...

2001-12-14 Thread Ward, Mark

Hello all, 

I've got another problem that is bothering me, yet I'm sure it should be
very easy to fix. 

Within my PHP script I want to redirect the user to another page depending
on the condition. If the user fails to meet the condition, I want to send
them back to the start page. If they do meet the condition I will allow them
to continue... I'm sure it's very simple. For some reason it's not coming to
me though. Any help is appreciated.

Thanks, 
Mark Ward


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] login, and

2001-12-12 Thread Ward, Mark

I've got a question about how I should implement my logins with PHP..

I'm working on a project that requires the user to login with their
password. That's not a problem. My question is... how do I keep track of the
user once they go through the hierarchy of my site? Is it as simple as
passing a hidden variable throughout, or are sessions the best, or easiest,
way of doing things?

Mark Ward

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] setting up a user login with PHP

2001-12-10 Thread Ward, Mark

I've got a mySQL database with usernames and passwords. What's the best way
to allow authorized users to enter my site? I'm having some problems using
the forms properly, they've always been my achilles heel when it comes to
web programming. Any help is appreciated. 

Mark Ward


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]