hello..
i have a form with several textboxes and select tags.
if i want a user to key in 2 different values in 2 separate
textboxes, how can i make php to add the 2 values
and automatically display the sum in a third text box ?
(the calculation involves several values retrieved from database)
another thing is, how can i make it work without making the
page to reload ? because after that the user still have to key in
several more values into the form.
someone please help me.........