Friday, December 17, 2004

A New Day!

Let's start the day off with a PayPal donation link:


This Morning
Oops. I slept again. I had intended to get to a stopping point in my PHP coding then shift to Plumtree work and from there I was going to paint one wall and hang some lights on the tree.

Right now PHP and I aren't getting along. I am asking nicely for PHP to upload a file from a form post and it's rudely denying me. print_r($_FILES) after the post returns Array() despite checking server settings of file_uploads set to 1, upload_max_filesize set to 2M, and upload_tmp_dir with no value (which means it should default to /tmp and the permissions are 777).