godfather321 Posted September 8, 2004 Share Posted September 8, 2004 I'm working in Dreamweaver MX 2004 with MySQL and PHP. I want to make an order status page. I want to put a field (check order status) on my home page. Anyone that inputs the order number is redirected to the "order status" page. I think I need a database with order number -> URL columns. Can anyone tell me exactly what I need to do? Thanks in advance Link to comment https://forums.phpfreaks.com/topic/1957-need-help-on-how-to-make-an-order-tracking-page/ Share on other sites More sharing options...
morpheus.100 Posted September 8, 2004 Share Posted September 8, 2004 The order status would only ever be as good as the updating by admins. Simply assign a record number and a timestamp value to various columns for the tracking process so users can see the movement process. or just simply use an update with stages of movement selectable from a dropdown. Link to comment https://forums.phpfreaks.com/topic/1957-need-help-on-how-to-make-an-order-tracking-page/#findComment-6364 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.