Thread: Pos
View Single Post
Old 11-04-2012, 01:34 AM   PM User | #1
searls03
New Coder

 
Join Date: Jun 2011
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
searls03 is an unknown quantity at this point
Pos

I am trying to build a Point of Sale System. I am not very good at Ajax/javascript, php is okish.

My goal is to make a dynamic page that will have many buttons that will loop through a php code grabing items from database(I have this already). this is a submit button for dynamically created forms, with fields of product and price. I need to know how I could post each of these forms to my database, without a page refresh, then, without a refresh, show the item that was submitted, and any other items that my have previously been submitted(for that session) in an area off to the side. my requirement for this part is that they need to be displayed inside of another form, that I can then update or delete the product, and then the area updates(again, without a refresh). then at the bottom, the total price will display. can anyone help me with this? I hope this makes some sense....
searls03 is offline   Reply With Quote