Get the value of a textbox

Coding4Noobs
Contributor
Contributor

so made a paypal button with text option

 


and a php script that gets email and generates a serial using .net seal


<?php  $em = $_REQUEST["email"];$site = 'http://api.elitevs.net/create.php?key=MYKEY&name='.$em;$data = file_get_contents($site);echo "Your Serial key is: ". $data;?>


and the files called make.php and on paypal complete it goes to make but how do i get the content of the email textbox?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.