This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ($_SERVER['REQUEST_METHOD'] == "GET") { | |
header('Location:http://thefreshdish.com'); | |
$gtwPost = ""; | |
//Create string for GoToWebinar from same form POST data | |
$gtwPost = "WebinarKey=" . urlencode($_GET['WebinarKey']) | |
. "&Form=" . urlencode($_GET['Form']) | |
. "&Name_First=" . urlencode($_GET['firstName']) |