$query = "INSERT INTO table (text, timestamp) VALUES ('hallo'," . time() . ")";
is that 2 different tables text & timestamp?
I have a database named "creditorders" and a colum named "date"
I don't understand what the 'hallo' is???
Thanks, for all your help..