php stdClass Object vs Array
Sometimes you may prefer handling your data like an object instead of an array. I prefer object style when I
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
Sometimes you may prefer handling your data like an object instead of an array. I prefer object style when I
Read MoreI recently changed to php7 and some time later I realized updates is not working. Prompts for ftp permissions. This
Read MoreI have experimented using the Amazon API to submit email to SES. As opposed to using SMTP the API may
Read MoreMostly serving web pages you have the capability to do dynamic scripting since it is done on the same server.
Read MoreSometimes I need to build an array of lists with a one to many type relationship. For example this data:
Read MoreSince I have to go research this every time I need it, I am jotting down a little how to.
Read MorePHP can use the bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on
Read MoreSome businesses still rely on the the Proxy auto-config file format originally designed by Netscape in 1996. I have had
Read More