Well, this time around im inserting a record into a table (some how alter this so tha variable $activity_date is inserted in the correct format, (for example..., if they enter a date like 01/05/2005, it shows up in the table like 2001-05-20???Where does that # come from, shouldn't it be 2005-01-05?
INSERT into activity VALUES('',''$activity_date', '$activity_description','$c_id','$next_step')