Say I have a table name auto_parts with these fields. id, part, price, timestamp and I insert a new row via php as so:
id, part, price, timestamp
$query = \"insert into auto_p
Do it in SQL itself instead of passing it ... its more efficient ... This is the corresponding post:
Auto TimeStamp new entry to DB (phpMyAdmin)