kdeleon Posted August 21, 2006 Posted August 21, 2006 Guys...I need to enter a delivered date into the MySQL database. I am going to use the orders_date_finished in the orders table. I want the date to be posted when the orders status is changed on the orders.php page from pending to delivered. Any ideas on how to accomplish this easily? Thanks!!
♥Monika in Germany Posted August 21, 2006 Posted August 21, 2006 why the hassle? The history table adds the date for the change already. it's easy enough to select that date to display it. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
kdeleon Posted August 25, 2006 Author Posted August 25, 2006 thanks Monika....that helped! Did not know where that was kept track of.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.