Date: 11/20/00
- Next message: Adv. Systems Design: "RE: [PHP-DB] opening webpage"
- Previous message: Andrew Hill: "RE: [PHP-DB] Fields containing long text and ODBC"
- Maybe in reply to: Adv. Systems Design: "[PHP-DB] opening webpage"
- Next in thread: Adv. Systems Design: "RE: [PHP-DB] opening webpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks, that did the trick...
Luis
--- o.cook <email protected> wrote:
> header("Location:
> http://host.domain.tld/directory/page.ext");
>
> see http://www.php.net/manual/function.header.php
>
> Ollie
>
> > -----Original Message-----
> > From: Adv. Systems Design
> [mailto:asd_2000 <email protected>]
> > Sent: 19 November 2000 17:13
> > To: PHP List
> > Subject: [PHP-DB] opening webpage
> >
> >
> > Hello all:
> >
> > I was wondering how one would open (go to) another
> web
> > page programatically, say as a result of an
> if-else
> > statement. i.e.
> >
> > if (x==true) {
> > goto http://pagex
> > }else{
> > goto http://pagey
> > }
> > Thanx
> >
> > Luis
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Calendar - Get organized for the holidays!
> > http://calendar.yahoo.com/
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail:
> php-db-unsubscribe <email protected>
> > For additional commands, e-mail:
> php-db-help <email protected>
> > To contact the list administrators, e-mail:
> > php-list-admin <email protected>
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> php-db-unsubscribe <email protected>
> For additional commands, e-mail:
> php-db-help <email protected>
> To contact the list administrators, e-mail:
> php-list-admin <email protected>
>
__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Adv. Systems Design: "RE: [PHP-DB] opening webpage"
- Previous message: Andrew Hill: "RE: [PHP-DB] Fields containing long text and ODBC"
- Maybe in reply to: Adv. Systems Design: "[PHP-DB] opening webpage"
- Next in thread: Adv. Systems Design: "RE: [PHP-DB] opening webpage"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

