Virtual Private Server alternative...
Recently I’ve been looking for some way to get rid of the insane limitations, restrictions and all that stuff that you find on your everyday shared-hosting provider. Here’s what I’ve found… https://accounting.highspeedweb.net/whmcs/cart.php?a=add&pid=56 Good offer: NetRockVPS...
How to setup Eclipse + XAMPP + Zend Opti...
[ This is currently a draft. will format and finish later ] Eclipse all-in-one here: Zend debugger here: http://downloads.zend.com/pdt/server-debugger/ How to allow Zend Debugger and Zend Optimizer to co-exist: http://blog.tigeryao.com/2008/how-to-allow-zend-optimizer-and-zend-debugger-coexist.html XAMPP...
XML2Array...
I’ve seen here the shortest xml2array implementation: function xml2array($xml) { $xmlary = array(); $reels = '/<(\w+)\s*([^\/>]*)\s*(?:\/>|>(.*)<\/\s*\\1\s*>)/s’; $reattrs = ‘/(\w+)=(?:”|\’)([^"\']*)(:?”|\’)/’; preg_match_all($reels, $xml,...