i have table called post_data having username,email,pass,cam_name,upd_date(of type datatime) fields in that. but the problem is when i insert username, email pass into the table that upd_date(datatime) is updated with current data and time. how can i restrict that ...
I even change the datatype form DATETIME to TIMESTAMP
No use..still it stores current date and time when i update only certain columns.
can any tell me ...

