Re: [PHP] New to PHP and mySQL

2002-05-10 Thread Justin French
You didn't attach a file (or it didn't come through). Regardless, I'd advise NOT decrementing the qty in the DB upon placing an order... it should be done upon PROCESSING of the order (ie, upon picking / shipping). Justin French on 10/05/02 9:19 PM, City Colleges of Chicago - Mannheim ([EMAIL

[PHP] New to PHP and mySQL

2002-05-10 Thread City Colleges of Chicago - Mannheim
Hi, I am new to PHP and mySQL.  I am trying to write a script that enables a user to order a book through an emailform, and then the quantity for that book is adjusted in the mySQL database.  I have attached my file to show what I have so far.  I believe I am making a simple mistake.  Can an