Re: [PHP] Is there anything in here that could be considered a parse error?

2001-08-31 Thread * RzE:
Original message From: John Meyer [EMAIL PROTECTED] Date: Thu, Aug 30, 2001 at 03:49:57PM -0700 Message-ID: [EMAIL PROTECTED] Subject: [PHP] Is there anything in here that could be considered a parse error? 1 if (empty($DidSurvey[$p_surveyid])) { 2 if (is_array($p_answers)){ 3

[PHP] Is there anything in here that could be considered a parse error?

2001-08-30 Thread John Meyer
if (empty($DidSurvey[$p_surveyid])) { if (is_array($p_answers)){ foreach($p_answers as $value) { error line-- $sql = INSERT INTO RESULTS(SURVEY_ID, ANSWER_ID) VALUES( . $p_surveyid . , . $value . );;