Skip to content

Instantly share code, notes, and snippets.

View adesignl's full-sized avatar

Chad Pierce adesignl

View GitHub Profile
<?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'])