How to find all javascript on page with php given url?
- by QuinnBaetz
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?