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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.