Re: [PHP] PHP and extern link

2004-09-19 Thread Marek Kilimajer
Martin Justra wrote: Hi, Did you want to a) redirect the user to https://www.domain.com/... or b) display the contents of https://www.domain.com/...? I want to redirect the user. But as soon as I try with fopen (https://) I get the following error: Warning: fopen(https://tto.deutschepost.de

Re: [PHP] PHP and extern link

2004-09-19 Thread Jason Wong
On Sunday 19 September 2004 18:02, Martin Justra wrote: > yes that works. But the problem is that I don't want that the one who opens > the site can see the whole link in the navigation line of the browser > (where you type your adress in). > > In your solution I get the whole link If you want to

Re: [PHP] PHP and extern link

2004-09-19 Thread Andrew Kreps
On Sun, 19 Sep 2004 01:07:25 +0200, Martin Justra <[EMAIL PROTECTED]> wrote: > Hello, > > I want to write a script which does the following: > > You enter http://www.test.com/test.php?number=123456 > > and the script shows the site > https://www.domain.com/direct_access.do?usert=test&password=te

Re: [PHP] PHP and extern link

2004-09-19 Thread Martin Justra
Hello Robert, yes that works. But the problem is that I don't want that the one who opens the site can see the whole link in the navigation line of the browser (where you type your adress in). In your solution I get the whole link Martin -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] PHP and extern link

2004-09-19 Thread Robby Russell
On Sun, 2004-09-19 at 02:29, Martin Justra wrote: > Hi, > > Did you want to > > > > a) redirect the user to https://www.domain.com/... > > > > or > > > > b) display the contents of https://www.domain.com/...? > > > I want to redirect the user. But as soon as I try with fopen (https://) > I get

Re: [PHP] PHP and extern link

2004-09-19 Thread Martin Justra
Hi, > Did you want to > > a) redirect the user to https://www.domain.com/... > > or > > b) display the contents of https://www.domain.com/...? > I want to redirect the user. But as soon as I try with fopen (https://) I get the following error: Warning: fopen(https://tto.deutschepost.de/next

Re: [PHP] PHP and extern link

2004-09-18 Thread Jason Wong
On Sunday 19 September 2004 07:07, Martin Justra wrote: > I want to write a script which does the following: > > You enter http://www.test.com/test.php?number=123456 > > and the script shows the site > https://www.domain.com/direct_access.do?usert=test&password=test&number=123 >456 Did you want t