Archive for the ‘tips’ Category

MySQL: Number + NULL = NULL

Wednesday, September 20th, 2006

Maybe not breaking news, but I think it's interesting enough of a point, and I didn't really find anything about the topic when I googled it. If you do any addition, subtraction, multiplication, or division (and probably a lot more mathematical functions for that matter) and NULL is one of ...

PHP 5.1.4 Install on Intel Mac (Bug?)

Wednesday, August 16th, 2006

I noticed after installing PHP 5.1.4 on my brand new MacBook Pro that my scripts weren't executing. After about 3 hours of messing around, I realized that short_open_tag was turned off in php.ini. Location: /usr/local/php5/lib/php.ini Should be: short_open_tag = On Not sure if this is a common issue, or if the PHP ...