↧
Comment on "Post: Extract HTML with PHP’s DOM extension (en)" by Jazza
Ahh thanks! Just what I was looking for, Cheers!
View ArticleComment on "Post: Extract HTML with PHP’s DOM extension (en)" by...
Nicolas! Ta for the handy pointers here, but you forgot to take account of self-closing tags! Just putting your three tag-closing lines inside a wee regex conditional seems to sort it out, though. :-)
View ArticleComment on "Post: Extract HTML with PHP’s DOM extension (en)" by Ode
Awesome, this was just what i needed! Thank you very much! Working like a charm :)
View ArticleComment on "Post: Extract HTML with PHP’s DOM extension (en)" by...
This is a very nice code. But what id I had only a space inside a node (). How could I preserve that?
View Article