Erindesign
08-28-2007, 04:11 AM
I have a script that I am modifying. I redid the photo upload and unfortunately don't have the original.
Basically, there is a date stored in the database, under dateadded. When they echo it, they use date(j M Y, $photo["dateadded"]);
Now, when people upload new photos, I need to insert a date into the dateadded, but don't know what to put.
example:
Database: 1187568954
Echo: 19 Aug 2007
Basically, there is a date stored in the database, under dateadded. When they echo it, they use date(j M Y, $photo["dateadded"]);
Now, when people upload new photos, I need to insert a date into the dateadded, but don't know what to put.
example:
Database: 1187568954
Echo: 19 Aug 2007