code:
$file = fopen("http://www.sample.com/index.asp?Page=1", "r");
while (!feof($file)) { // file go through file one line at a time
$line_wp = fgets($file_handle_wp);
}
it just gives me the asp file as code rather than interpreted by the
server.
Is there a way to get a process asp file from the server and then
parse?
On Feb 19, 4:20 am, John Andersen <[email protected]> wrote:
> On Feb 19, 11:06 am, Double <[email protected]> wrote:
>
> > I'm trying to execute an asp page fromphpand get the executed web
> > page (html) to parse.
>
> > When I run fopen, it just returns the actual script.
>
> > Any ideas?
>
> Please specify how you are opening the asp page! (Code!)
> Enjoy,
> John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---