[Q] Grabbing a Custom Field GET from AWeber in PHP
Not sure why.
Here is a typical piece of code I use to grab the name field:
if(isset($_GET['name'])) {
$name = $_GET['name'];
} school the lead attends) AWeber passes it like this in the GET:
?custom%20school=osu
When I try this code it fails:
if(isset($_GET['custom school'])) {
$name = $_GET['custom school'];
} if(isset($_GET['custom%20 school'])) {
$name = $_GET['custom%20school'];
} Any help would be greatly appreciated.
Kevin
-
MemberCon -
Thanks
{{ DiscussionBoard.errors[1341022].message }} -