This code in CakePHP 3: <?php $date = '31/01/1973'; $ymd = DateTime::createFromFormat('!d/m/Y', $date)->format('Y-m-d'); Causes this error Error: Class 'App\Controller\DateTime' not found This code fixes it: <?php $date = '31/01/1973'; $ymd =...
Toggen
Selected posts
XML POST Proxy Script using PHP and libcurl
This is the simplest answer I could find for a client needing to POST an XML SOAP message to a server in another domain. Not sure on the security because the POST isn't validated so it just passes on whatever the client sends. libcurl has a lot of options
Maitland Waterproofing
I have just finished coding a website for a friend. He's running a Waterproofing business. I got him to do the waterproofing in my bathroom renovation, which he did a great job of. I was amazed at how neat the end result was (he used these cute little plastic dishes...