From: Siva Prasad [mailto:[EMAIL PROTECTED] 

> Hi Gurus,
> 
> I wanted to parse a PHP page which is on web.
> I don't have access to server where the PHP page is hosted.
> So I wanted to get source of that particular page and then parse the
source file.

When you access a PHP page with HTTP, you will only get the HTML that
code generates when the server processes your request. If you don't have
an alternate means to access that server, you cannot get the source
code. This is usually considered a security feature that prevents people
from ripping off the source.

But then, I don't think you really wanted to write a PHP interpreter in
Perl, or do you?

Bob McConnell
Principal Communications Programmer
The CBORD Group, Inc.
61 Brown Road
Ithaca NY, 14850
Phone 607 257-2410
FAX 607 257-1902
Email [EMAIL PROTECTED]
Web www.cbord.com

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to