Im a bit confused then. What ive got is a table with three columns: date_added, username, and email. Of course the date added is the TIMESTAMP field. Now im sending data to this data via a form, before i had added the date_added column my query looked like this:
$Query = "INSERT into $TableName values ('$Array[Username]', '$Array[Email]')";
Theres nothing i need to put in this INSERT command to take the place of the date_added column?