Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Mardox
Forum: Programming 27th October 2009, 07:09 PM
Replies: 7
Views: 1,870
Posted By Bruce Hearder
Re: [Q] Grabbing a Custom Field GET from AWeber in PHP

You could do a quick test and see what variables Aweber is passign back to you..

At the top of your thankyou page, insert the following PHP code :

echo '<pre>';
print_r($_GET);
echo...
Forum: Programming 27th October 2009, 12:12 PM
Replies: 7
Views: 1,870
Posted By RichPirate
Lightbulb Re: [Q] Grabbing a Custom Field GET from AWeber in PHP

I believe it's actually not proper formatting in PHP to have spaces in GET variable. From what I can gather it converts them to '_'.

Try:

if(isset($_GET['custom_school'])) {

$name =...
Showing results 1 to 2 of 2

 
Forum Jump


All times are GMT -6. The time now is 04:34 AM.