How to find all javascript on page with php given url?

Posted by QuinnBaetz on Stack Overflow See other posts from Stack Overflow or by QuinnBaetz
Published on 2010-05-31T20:33:43Z Indexed on 2010/05/31 20:53 UTC
Read the original article Hit count: 126

Filed under:
|
|
|

In php how would I grab all javascript from a page given it's url? Is there a good regular expression to get the src of all javascript script tags or the script inside of them?

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript