Launch another website this week. This one is for the Lewis County Chaplaincy, a group that serves the needs of emergency services personnel as well as people throughout the community in need. Check out the Lewis County Chaplaincy website.
PHP: Fatal error: Trying to clone an uncloneable object of class mysqli
I was working on a report for a client when I discovered this rather odd error: Fatal error: Trying to clone an uncloneable object of class mysqli. I am still not sure what caused this error, but there does seem to be a quick fix for it. ini_set(‘zend.ze1_compatibility_mode’, 0); Here is what the PHP manual
PHP: __call Magic
Lastnight as I was researching how to build a plugin system for a cms I am working on I ran across several implementations using the __call method. I had not used it before myself, but after doing a little googling I devised a test. It really is quite simple and can be a powerhouse in
Website Redesign: Enchanted with Nature
I hadn’t intended on redoing any websites tonight, but while I was talking with maddslacker of my Linux group he mentioned that he did not like how his mother-in-law’s site looked. He sent me a link and I made a couple suggestions, then I saved the page with Firefox and did a little editing to
Crazy NULLs in MySQL
The topic of MySQL and NULLs came up in my IRC room today. It turns out that MySQL tends to handle NULLs in a rather wonky way at times. Personally, I usually do not like allowing NULLs, and the only time they are ever present would be in a RIGHT or LEFT JOIN that had