Search results

  1. A

    I need help with HTML Javascript form?

    I have a form: <form> <p>Enter Quantity:</p> <input type="text" name="quantity" /> <input type="hidden" name="available_quantity"> <input type="submit" value="submit"> </form> I'm trying to figure out how I can prevent someone from entering a...
  2. A

    Need help with PhP MySQL Shopping Cart?

    I'm looking for some kind of tutorial that can help me build a simple, lightweight PhP/MySQL driven shopping cart. My site uses PhP to display products from an SQL database. The products are in a table with the fields: product_id, category, name, price, number_on_hand, and description...
  3. A

    Need help with PhP MySQL Shopping Cart?

    I'm looking for some kind of tutorial that can help me build a simple, lightweight PhP/MySQL driven shopping cart. My site uses PhP to display products from an SQL database. The products are in a table with the fields: product_id, category, name, price, number_on_hand, and description...
Back
Top