Guest User

Untitled

a guest
Jun 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. if($_REQUEST['action'] == "validateOHvolunteer"){
  2. $ccm_agent = $_REQUEST['ccmAgent'];
  3. $agent_id = $_REQUEST['AgentID'];
  4. $local_utility = $_REQUEST['localUtility'];
  5. $com_res = $_REQUEST['com_res'];
  6. $tax_exempt = $_REQUEST['tax'];
  7. $customer_name = $_REQUEST['customerName'];
  8. $utility_account_number = $_REQUEST['accountNumber'];
  9. $contact = $_REQUEST['serviceContact'];
  10. $service_address = $_REQUEST['serviceAddress'];
  11. $service_city = $_REQUEST['serviceCity'];
  12. $service_zip = $_REQUEST['serviceZip'];
  13. $service_state = $_REQUEST['serviceState'];
  14. $phone = $_REQUEST['servicePhone'];
  15. $billing_address = $_REQUEST['billingAddress'];
  16. $billing_city = $_REQUEST['billingCity'];
  17. $billing_state = $_REQUEST['billingState'];
  18. $billing_zip = $_REQUEST['billingZip'];
  19. $customer_email = $_REQUEST['customer_email'];
Add Comment
Please, Sign In to add comment