i need some sugestions. i can write the script to take the orders based on a menu, but when some one is in the store what is the best way to check for new orders
orders will be flagged as they go through the stages, new, processed, ready for pick up
but should i do a constant 5 sec refresh on the current order page, and if a new order exits message box display it
-
or
-
get super creative and a bit beond my skills, write a winsock app that connects to the database on the site and then performs the check and processing.
thanks in advance