PHP Spider?<

liunx

Guest
I am trying to insert a simple spider into my intranet.

I can do the actually spidering code to extract search info, I just need a way to access the pages so that the spiders see the output HTML instead of the raw PHP.

How do I achieve this?

Thanks in advance,
Horus Kolfopen() should do that. actually anything that lets you grab html should work as the server doesn't give it without parsing the php code. there isn't anything that will acually grab the raw php code.okay, so fopen can get urls?

cheers Scoutt,
HKYes it can :)
 
Back
Top