P
pereges
I have written the code for an order form in html and there is an
order number associated with an order. I have written some code in
perl for form handling and what this basically does is display a table
with items purchased, print the total cost and the order number
associated with the order.
This order number is initialized to some arbitrary number and must be
incremented ever time a new order is made. How can I do this ? Should
I store the order number in a file or something (retrieve the last
stored order number and increment by 1) ?
order number associated with an order. I have written some code in
perl for form handling and what this basically does is display a table
with items purchased, print the total cost and the order number
associated with the order.
This order number is initialized to some arbitrary number and must be
incremented ever time a new order is made. How can I do this ? Should
I store the order number in a file or something (retrieve the last
stored order number and increment by 1) ?