
As if PHP5, Spl, or Standard PHP Library, is available out of the box. Spl intends to provide standard access to data through object-oriented syntax. This extends to data stored in files. In this pos ... Read More
As if PHP5, Spl, or Standard PHP Library, is available out of the box. Spl intends to provide standard access to data through object-oriented syntax. This extends to data stored in files. In this pos ... Read More
Ok so after having a couple of debug issues with a PHP script that was calling on the Brightpearl API, one of our guys was continually getting :
[code] => CMNC-009 [message] => The request body could not be read while attempting to parse it as JSON
nyhow af ... Read More
After a very minor scuffle at Mad Capsule over the best way to get a the first letter or digit of a domain name from a variable, I thought I would post my solution online. Usually it would not occur to me to post such a short PHP snippet however I've been informed that the solution was not as easy t ... Read More