Thanks for the quick response, everyone, but I was hoping for something
other than redirect()/header().  As I understand them, these services
require the complete URL and I'm simply dispatching to another page within
my web site (in fact, within the same directory)  i.e., I'm looking to use a
path-relative URL.

Cheers,

Michael

    member_login_page -> member_home_page

rather than
    member_login_page -> intermediate_page -> member_home_page.

"Michael T. Peterson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have written a very straightforward user login script.  Once the user
> successfully logs in, I would like my PHP script to take him directly to
the
> home page.  I know this sounds simple, but the only solution I've found is
a
> function called do_html_url() from Welling and Thompson's book (see
>
http://www.cs.indiana.edu/classes/a348/fall2001/labs/php9/do_html_url.html).
> When this function is invoked the user is dispatched to an intermediate
web
> page on which is presented a link that, when clicked, will take the user
to
> the intended page.
>
> Can I avoid that intermediate step, somehow?  When my script logs in the
> user, how to I write the code that dispatches directly to the home page?
>
> Thanks,
>
> Cheers,
>
> Michael
>
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to