Topic: date n time
I know that my question may sound stupid, but I'll ask anyway...
$username = $_POST['username'];
$email = $_POST['email'];
$password = md5($_POST['password']);
$password2 = md5($_POST['password2']);
$location = $_POST['location'];
$genre = $_POST['genre'];
$date =what should I write to insert date and time in the database and what type should I specify on the database side?
thanks a lot ![]()