PHP Simple HTML DOM & cURL
PHP Simple HTML DOM Parser is a great HTML parsing PHP class BUT it is slow since it uses
file_get_contents (which is disabled on almost all configurations) instead of
cURL (4-5 times faster and with lots of options, almost every server has it).
Only file_get_contents is replaced so you can safely overwrite previous version and everything will work as before, only faster
Link to source code:
http://webarto.com/static/download/simple_html_dom.rar