edit: below is an output for:
list($num, $title, $picdir, $descrip, $has_index, $rating, $category, $date, $datenum, $numcomments)=$entry;
sorry that it's so long... as you can see, it has the 0,1,2,etc... index there. Glitch in list(), or am I missing something?
before:
Array
(
[0] => 27
[entry] => 27
[1] => 18 of 87 pictures
[title] => 18 of 87 pictures
[2] => 20040505-5
[URL] => 20040505-5
[3] => "blah blah blah (same as below)"
[4] =>
[has_index] =>
[5] =>
[currentrating] =>
[6] =>
[category] =>
[7] => Wed May 05 2004 at 11:47 PM
[DATE_FORMAT(date, '%a %M %d %Y at %l:%i %p')] => Wed May 05 2004 at 11:47 PM
[8] => 20040505234704
[date] => 20040505234704
[9] => 1
[numcomments] => 1
[10] => 20040505
[day] => 20040505
)
after:
Array
(
[0] => 27
[entry] => 27
[1] => 18 of 87 pictures
[title] => 18 of 87 pictures
[2] => 20040505-5
[URL] => 20040505-5
[3] => "What do you take <a href="/RAM/index.php?entry=238">1,000+ pictures</a> of?" she asked. I stopped and thought for a bit and realized that in reality, I could only count a fraction of those, because many were duplicates of the same subject. For instance, I took over a hundred pictures of Monument Valley, but you wouldn't really want to sit down and look at more than 20-30 of them. I took 50 pictures of two turtles, for crying out loud.<br />
<br />
So what *would* one take 1,000 pictures of, I asked myself. I didn't have a camera that could handle taking 1,000 pictures (or at least not enough disks to hold them all), so I set out to take 100 pictures. 100 totally different pictures. Every one with a completely different subject, not related to each other at all. I fell short of the goal, simply because I ran out of disk space. It was bright and sunny, so the file sizes are a bit larger than when it's dark, and I couldn't fit 20 on each disk.<br />
<br />
So I didn't make it to 100, but the point is still the same. In half an hour and half a mile, I took 87 pictures. Each picture is of something different, no two are alike. Some aren't very spectacular, one is completely out of focus (whoops), and a couple of them are pretty darn cool shots. None of them are hi-res, because I was using my own camera, but several of them hit the spot I was looking for. It doesn't matter which one is looked at first, nor last. The only determining order is where I happened to be when.<br />
<br />
So how could one take 1,000 pictures? Easy... give me 5.75 hours and 5.75 miles, and I could find 1,000 things to take pictures of. For now, here's a half hour and half mile... 87 pictures.
[description] => "What do you take <a href="/RAM/index.php?entry=238">1,000+ pictures</a> of?" she asked. I stopped and thought for a bit and realized that in reality, I could only count a fraction of those, because many were duplicates of the same subject. For instance, I took over a hundred pictures of Monument Valley, but you wouldn't really want to sit down and look at more than 20-30 of them. I took 50 pictures of two turtles, for crying out loud.<br />
<br />
So what *would* one take 1,000 pictures of, I asked myself. I didn't have a camera that could handle taking 1,000 pictures (or at least not enough disks to hold them all), so I set out to take 100 pictures. 100 totally different pictures. Every one with a completely different subject, not related to each other at all. I fell short of the goal, simply because I ran out of disk space. It was bright and sunny, so the file sizes are a bit larger than when it's dark, and I couldn't fit 20 on each disk.<br />
<br />
So I didn't make it to 100, but the point is still the same. In half an hour and half a mile, I took 87 pictures. Each picture is of something different, no two are alike. Some aren't very spectacular, one is completely out of focus (whoops), and a couple of them are pretty darn cool shots. None of them are hi-res, because I was using my own camera, but several of them hit the spot I was looking for. It doesn't matter which one is looked at first, nor last. The only determining order is where I happened to be when.<br />
<br />
So how could one take 1,000 pictures? Easy... give me 5.75 hours and 5.75 miles, and I could find 1,000 things to take pictures of. For now, here's a half hour and half mile... 87 pictures.
[4] =>
[has_index] =>
[5] =>
[currentrating] =>
[6] =>
[category] =>
[7] => Wed May 05 2004 at 11:47 PM
[DATE_FORMAT(date, '%a %M %d %Y at %l:%i %p')] => Wed May 05 2004 at 11:47 PM
[8] => 20040505234704
[date] => 20040505234704
[9] => 1
[numcomments] => 1
[10] => 20040505
[day] => 20040505
)