Hello , i started programming php yesterday and i have de following problem. I have a form where the user as to fill some numbers. At the bottom of the form i want to display the total (the sum of everything the user as inputed). How can i do that. thnak you very much
Sounds like a job for javascript. If you want to do it with php, you'll need to have the form submitted first, so the server can have the form input figures to total and display.
can you help with the javascript please?
That's not my expertise. Try a javascript forum (but come back here when you have a PHP question).