[PHP] curl grabbing a website

2004-09-19 Thread Martin Justra
Hello, I finally managed to grab the website via curl. Now the problen is that I want to have a small piece of that site. I tried to cut that site by explode. Now the browser hangs. He says "waiting for www.domain.de" and does nothing. Here is my listing: https://www.example?benutzer=aaa&p

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 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

[PHP] PHP and extern link

2004-09-18 Thread Martin Justra
I tried fopen() and anything like that but it didn't work. Any solution ? Thanks. Martin Justra -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php