Automatically populate a textbox in PHP?

jed

New member
Hi, i have three textboxes... quantity,price and subtotal and what i want to do is if the textbox of quantity and price is filled, the subtotal textbox gets filled up with a value which will be solved by multiplying the quantity with the price. is that even possible in php? since im new with this kind of programming. thanks!
 
Back
Top