here is a link of site they are using form using jquery javascript http://www.paysafecard2paypal.com/paysafecard_en.html they did not mention name of input fields in form area how can i get the values of input fields in php mean what i get in $_POST['which value i write here for getting there values']
print_r($_POST), will show you the values you have to work with.
thaNKS 🙂 GREAT how can i save these values
$var=$POST['var']; or just use $POST['var']