Jump to content

There is a parse error and I can't figure it out help!


co.ador

Recommended Posts

<?php 
  function checkSet(){
  return isset($strName = $_POST['name'], $strZipCode = $_POST['zipcode'], $strState = $_POST['state'], // line 9
  $arrFoodTypes = $_POST['frmSearch']['food_types'], $arrOfferings = $_POST['frmSearch']['offerings']);
}
?>

 

<b>Parse error</b>:  parse error, expecting `','' or `')'' in <b>C:\wamp\www\stores\includes\functions.php</b> on line <b>9</b><br />

 

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.