if ($myrow[Admin] == "Y"){
> header ("Location:admin.php");
> }else{
> header ("Location:user.php");
> }

--


Best regards,
George Nicolae
IT Manager
___________________
X-Playin - Professional Web Design
www.x-playin.f2s.com



"Matt Stewart" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Can't find the right instructions on php.net, basically, i want a page
where
> someone logs in, and then according to the database entry for them, either
> they are an admin user or a normal user, and it should then send them to a
> page depending on which they are.
> I've accessed the db ok, and checked which they are, then i've used
>
> if ($myrow[Admin] == "Y"){
> print "Location:admin.php";
> }else{
> print "Location:user.php";
> )
>
> this doesn't sem to work - just gives a blank screen with the standard
html
> headers and footers, rather than the desired location page.
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.312 / Virus Database: 173 - Release Date: 31/12/01
>



-- 
PHP Database 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]

Reply via email to