Manuel Couceiro photos
Monday, January 29th, 2007One of my colleages at work created a web page with his photos. Take a look at them some of them are quite good. Like the ones in Nice and beach-themed ones

One of my colleages at work created a web page with his photos. Take a look at them some of them are quite good. Like the ones in Nice and beach-themed ones

Fatal error: Cannot redefine class constant PelTag::XP_COMMENT in pel\PelTag.php on line 1086
And then all you have to do is to edit the update.php file and put the dates there
$cameradate = mktime(1, 0, 0, 11, 30, 1999); $tripstartdate = mktime(10,0,0,3,2,2006);
the mktime format is documented here.
mktime (hour,minute,second, month,day,year)
The command line format is
php updatedate.php xxx.jpg
and it will output to filename with the prefix “new-”. If you want to apply it to a several files then you can do
ls *.jpg|xargs php updatedate.php