Re: [PHP-DB] capture a webpage to later process it

2006-05-01 Thread Alejandro Tesone
Maybe you are looking is CURL function. On 4/29/06, John Hicks <[EMAIL PROTECTED]> wrote: John Hicks wrote: > J. Alejandro Ceballos Z. -JOAL- wrote: >> >> I want to read the results of an URL address, to later process it and >> insert part of them as internal code. >> >> If I use include or req

Re: [PHP-DB] capture a webpage to later process it

2006-04-29 Thread John Hicks
John Hicks wrote: J. Alejandro Ceballos Z. -JOAL- wrote: I want to read the results of an URL address, to later process it and insert part of them as internal code. If I use include or require, they inserts ALL the resulting code, but I want to do something like: blah, blah, blah htt

Re: [PHP-DB] capture a webpage to later process it

2006-04-28 Thread John Hicks
J. Alejandro Ceballos Z. -JOAL- wrote: I want to read the results of an URL address, to later process it and insert part of them as internal code. If I use include or require, they inserts ALL the resulting code, but I want to do something like: blah, blah, blah http://other.sit/exter