jquery - Post multiple data from radio field php -


i want post 2 different values plan name , price using radio input field.

<input type="radio" id="plan a" name="amount" value="200" /> <input type="radio" id="plan b" name="amount" value="600" /> 

i tried few steps no luck. how fix this? you


Comments

Popular posts from this blog

javascript - WinJS appendTextAsync producing scheduler errors -

minify - Minimizing css files -

Sockets with kotlin -