<<

NAME

booksellers.pl

DESCRIPTION

this script displays the list of suppliers & orders like $supplier given on input arg. thus, this page brings differents features like to display supplier's details, to add an order for a specific supplier or to just add a new supplier.

CGI PARAMETERS

supplier

$supplier is the suplier we have to search order. =back

op

OP can be equals to 'close' if we have to close a basket before building the page.

basket

the basket we have to close if op is equal to 'close'.

<<