mbe.ro
<h2>What is this web-site?</h2> <br/> <start_coding(); //just some tips and tricks for web programmers<br/>echo "Hope this is helpful to you";<br/>?>

PHP HTML to Array – working one

June 21, 2009 at 12:29 PM

A while ago I needed a good PHP to Array function or class but I could not find one that would actually work well. All raised a warning or an error or just plain and simple did not work. So I made one that transforms an HTML to Array (also works with XML) that works as good as it can. The URL for Google Code Project is http://code.google.com/p/php-html2array/ (you can download it from there as well).
Read more…