Pretty much so Vincent - looks like you put it better than me though!
- Print a form and let the user fill it and submit it
On this part I'd really like to display the available amount next to the empty form field. That way, the customer can ask for a sensible amount. I've been thinking Javascript up to this point (i.e. get available quantity over as a variable do I can validate at the client) because I'm fairly new to PHP (I'm using Apache/php4 on NT4, connection to MSSQL 2000).
All my work up to this point has been very enquiry based e.g. I've been using the odbc_result_all function to return the result into a table.
Chris