Change the line:
PHP Code: 
 $dt=date('Y/m/d'); 
to :
PHP Code: 
$dt date('Y/m/d H:i:s'); 
Lock Down Reviewed by Lock Down on . Please help me found a fix Hello my friends, Im here to request your help fixing 2 littleee things :) I have an upload page in my website, where my users can send their photos directly to my website. But I need to fix this: 1- When someone uploads a big photo, the image brokes my layout... I need to automatically resize the uploaded image with a limit of 800px width. It is possible in the code below? How? 2- When they send the photos, the date will be saved in my database, but I need also the time... It is Rating: 5