if($temp1 = mysql_query($sqlCustomer, $dbh))
{
//user exists--
list($_SESSION['clientIDPend'],$_SESSION['companyIDPend'],$_SESSION['firstPend'],$_SESSION['middlePend'],$_SESSION['lastPend'],$_SESSION['titlePend'],$_SESSION['mobilePend'],$_SESSION['emailPend'],$_SESSION['photoPend'],$_SESSION['personalPend'],$_SESSION['programPend'],$_SESSION['passwordPend'],$_SESSION['productPend'],$_SESSION['versionPend'],$_SESSION['trialLengthPend'],$_SESSION['expiryDatePend'],$_SESSION['subDirectoryPend'],$_SESSION['primaryPend'],$_SESSION['statusPend'],$_SESSION['linkPend'],$_SESSION['userNotesPend'],$_SESSION['paidPend'],$_SESSION['datePend']) = mysql_fetch_row($temp1);
$_SESSION['userNotesPend'] .= ' | '.$_POST['firepay']['paymentOption'];
it says i have a parse error on my first list however i looked it over and i cant find it...here is the error code:
Parse error: parse error, expecting ','' or')'' in /home/ziggy/public_html/***********.php on line 251