ok, i'm very very new at this i need some help please :S
i need a order status on my site
where a customer types in a "order number" and it shows him or her the status of there order e.g "awaiting shipping"
i know it must be a really simple thing, it's just i don't have a clue where to start
can anyone help ?
need help
Moderator: General Moderators
client side can't do it
Unless you want to pass every order and its status to the client you will have to submit a form and retrieve the status from the db, file, or where ever the status is being stored.
Try a little php to do a select from a db to see the status and return the result to the client.
This should be a pretty easy thing to do.
If you need help post agian and I will give more info.
phpScott
Try a little php to do a select from a db to see the status and return the result to the client.
This should be a pretty easy thing to do.
If you need help post agian and I will give more info.
phpScott