"James Kneebone" <[EMAIL PROTECTED]> wrote:
> I have a small problem reading information from a webpage. I have a list
of
> about 40 pages that I need to read (doing it in a loop as the layout is
the
> same on each page).
>
> What I would like to know is whether the information read from a webpage
is
> actually the information that we see or whether it is the underlying
source
> code.
If your pulling data from a webpage served by a web server, you are reading
the HTML source code for the page. If the page happens to be generated
using a programming language like PHP you won't be reading the PHP source
code.
--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]