I'm just getting started with using php DOMDocument and am having a little trouble. How would I select all link nodes under a specific node lets say
in jquery i could simply do.. $('h5 > a') and this would give me all the links under h5.
how would i do this in php using DOMDocument methods? I tried using phpquery but for some reason it can't read the html page i'm trying to parse.