PHP Ajax simple form - Help!
Posted: Mon Jul 27, 2009 8:26 pm
This is my first post in this forum, I am new to PHP, I have been developing in it for about a few months now and I am pretty excited about this language! So much better than asp.I have come to a roadblock though, I am working on this project that needs the following:
PHP, Ajax - Multiply a variable by a dropdown, add two radio buttons and then echo the total at the bottom in php (so i have the variable so i can write it to the DB)
My issue, I cannot get this to do the ajax request, I need to do this when i choose a number from the dropdown and when I click the radio button (this is the part that has gotten me confused)
So in short, $100 dollars * Dropdown + Radiobutton selected = Total
I am pulling my hair out with this, does anyone have any examples or help? Thanks!
PHP, Ajax - Multiply a variable by a dropdown, add two radio buttons and then echo the total at the bottom in php (so i have the variable so i can write it to the DB)
My issue, I cannot get this to do the ajax request, I need to do this when i choose a number from the dropdown and when I click the radio button (this is the part that has gotten me confused)
So in short, $100 dollars * Dropdown + Radiobutton selected = Total
I am pulling my hair out with this, does anyone have any examples or help? Thanks!