View difference between Paste ID: NfzhRueh and ritRwm8H
SHOW: | | - or go back to the newest paste.
1
case "Buy a Home":
2
	        // if buy redirect to the following page
3
	        header('Location: http://www.rebateagents.net/buy-form/?State=$lead['2']');
4
	        break;
5
case "Sell a Home":
6
	        // if sell redirect to the following page
7
	        header("Location: http://www.rebateagents.net/sell-form/");
8
	        break;
9
			
10
case "BuySellHome":
11
	        // if buy and sell redirect to the following page
12
	        header("Location: http://www.rebateagents.net/buy-sell-form/");
13
	        break;