Okay so say I have to insert the current date and time into the mysql database, I want it to be formatted differently than I did in my below code: Code: PHP Code: $sql = "INSERT INTO $table_name (dateuploaded) VALUES (NOW() )" ; //stores records in database So I tired
date format and every way I could think of and it still inserted the generic...