[PHP] variables attached to url

2002-05-11 Thread jyrgen
ines you will have the variables defined in your script and can refer to them by $var1, $var2 etc. jyrgen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] getting pages with FILE

2002-05-04 Thread jyrgen
k you. now is there a way to modify the above identification, say something like "HTTP-User-Agent: Netscape 4 (Mozilla etc..." > If that's not going to work out, you may need to use something like cURL. never heard of cURL ? is it a extension for PHP ? jyrgen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] getting pages with FILE

2002-05-03 Thread jyrgen
hello all, i'm using FILE to read a page via HTTP and construct an array of HTML lines. After that i modify the page and echo it out. this all works great. The web server delivers pages depending on browser types. Now i need to "pretend" a certain browser. Can this be done ? What kind of HTTP-req

[PHP] Re: Strange need - "Repeater" appliation

2002-04-21 Thread jyrgen
On 20 Apr 02, at 11:48, Peter Janett wrote: > I need to create a simple app that works like a radio repeater, in that is > simply passes information it receives through to another script, in both > directions. > > In other words, a remote application located at www.domain.com/app.php > accepts v