http://qs321.pair.com?node_id=630901


in reply to Strip PHP page

My first thought is that your problem is because you're trying to get the results of a submitted form not the page in question. If you pass that address to your script you'll likely get the source page before the form is submitted. Check the html source that your script is receiving to make sure the results you're after are actually in there. It looks like your code stripping is working fairly well.

mr greywolf