Editing Script Via Text Field
Posted: Sun May 27, 2012 5:22 pm
Hi,
I'm currently I have a script which once a user pays via paypal the name which they put in the box will be used in the script. Below is part of the script:
I'm currently I have a script which once a user pays via paypal the name which they put in the box will be used in the script. Below is part of the script:
$playername = "thenameoftheplayer";So a user will come to a page it will have a text field and a button and they will type their name into the text field and click pay now. Then PayPal's IPN verifies it and then the script is called up. But I don't know how to make it so that the name which they type in a form text field will be used instead of "thenameoftheplayer" for just that one time.