![]() ![]() |
Home |
How it works |
Projects archive |
Contact Us Air Compressor Bot |
|
| The Career Path of Freelance Programming Jobs |
Pass Token To Thank You Page |
![]() |
Bidding Time: |
11/06/2008 01:46 - 25/06/2008 01:46 |
Budget: |
Maximum $20 |
Status: |
Closed |
|
|
|
Job Type: |
|
Description: |
I need a quick fix to pass a custom variable from a form to a thank you page. Should literally take 10 minutes or less for any decent php programmer. I'm using the aweber autoresponder (http://www.aweber.com) and I created a form with custom variables. The issue is that their custom variables name contain a space so if I tried to use the $_GET function and print out the value on the thank you page, it doesn't work because of the url encoding of the extra space ie. %20. So for a custom variable named "age" it would display in the form as: <input type="hidden" name="custom age" value="" size="20"> So for the thank you page the values are passed in the url with the field value as parameters and would look something like: Mysite.com/thankyou.php?custom%20age=20 years old And I'm not able to print out the value using the $_GET function. So I need the value of the custom variables to be able to be printed on the thank you page using the echo function ie. <?php echo $_GET['custom_age']; ?> Or <?php echo $customage; ?> This would be need to be working in between javascript code too. A possible solution is simply creating a session and storing the custom variable values as cookies, then printing out the values of those cookies. OR Simply convert the custom%age to custom_age so it can use the $_GET function and be printed on the page. Related Projects: This project is the proprietary information of .
Click here to remove this project from OUR database.
|
Operating System: |
N/A |
Database System: |
N/A |
| <<< back |
|
| Home | Projects archive | RSS | Resources | Links | Contact Us | © 2004-2008 ProjectsList.biz /6.049 |