Re: [PHP] Remote cgi script function

2002-06-24 Thread Jason Wong
On Monday 24 June 2002 16:47, Haddad Said wrote: > See when i echo $contents, the page displayed contains backgrounds and > other text from the remote site, how can i crop only the returned query and > display it in a page with my backgrounds etc Short answer: with great difficulty. Longer answe

Re: [PHP] Remote cgi script function

2002-06-24 Thread Haddad Said
Thanks John, See when i echo $contents, the page displayed contains backgrounds and other text from the remote site, how can i crop only the returned query and display it in a page with my backgrounds etc thanks "John Holmes" <[EMAIL PROTECTED]> wrote in message 000a01c21aef$f58fc0a0$b402a8c0@m

RE: [PHP] Remote cgi script function

2002-06-23 Thread John Holmes
> I am new to php, I would like to create a function that when called > sends text from a text box as a query to a remote cgi script ,e.g > http://www.anydomain.com/cgi-bin/script.cgi, and return the results as a > variable so that i can echo the returned variable to an html page. http://www.ex