Jump to content

[SOLVED] GET isn't working


Bman900

Recommended Posts

So I have this URL:

 

http://www.sitename.com/draft/redirect.php?custom question=hello&from=balint20ssb05%40yahoo.com&meta_adtracking=&meta_message=1&meta_required=from&meta_split_id=&meta_web_form_id=1675361340&name=Balint&submit=Here%20is%20my%20Question&unit=bmantest

 

Here is what I have:

 

<php?

$question = $_GET['custom question'];

$firstname = $_GET['name'];

$email = $_GET['from']; ?>

 

The name and email get captured fine but that question field just doesn't want to work...

 

Link to comment
https://forums.phpfreaks.com/topic/158264-solved-get-isnt-working/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.