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 require, they

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

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

2006-04-28 Thread J. Alejandro Ceballos Z. -JOAL-
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 ?php $result_webpage =

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 ?php $result_webpage