Get the value of a textbox
Coding4Noobs
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Aug-27-2011
08:37 PM
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?
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.