[thelist] php T_Variable or $ error

Christopher Joseph Christopher at ideadesigners.com
Fri May 3 23:26:01 CDT 2002


//Can anyone help with this error.....

"Parse error: parse error, expecting `T_VARIABLE' or `'$'' in
/www/ideadesigners/id_co_uk/Explorercontact.php on line 27"

//Begining line 23 with '$contact', line 27 is sendmail():-
	$contact = new contact();

	switch($op) {
		case "sendmail":
			sendmail($text, $from, $name, $email_to, $location, $duration, $range,
$cash, $snowboardcheck, $snowboardradio, $snowboardcert, $skiingcheck,
$skiingradio, $skiingscert, $hikingcheck, $hikingradio, $hikingcert,
$canoeingcheck, $canoeingradio, $canoeingcert, $campingcheck, $campingradio,
$campingcert, $raftingcheck, $raftingradio, $raftingcert, $parachutingcheck,
$parachutingradio, $parachutingcert, $paraglidingcheck, $paraglidingradio,
$paraglidingcert, $climbingcheck, $climbingradio, $climbingcert,
$divingcheck, $divingradio, $divingcert, $sailingcheck, $sailingradio,
$sailingcert, $ridingcheck, $ridingradio, $ridingcert, &bikingcheck,
$bikingradio, $bikingcert, $fishingcheck, $fishingradio, $fishingcert,
$sharkcheck, $sharkradio, $sharkcert, $holecheck, $holeradio, $holecert,
$naturecheck, $natureradio, $naturecert, $odd);
			break;
    	default:
			contactpage($database, $contact);
		}
//This is the function it calls:-
function sendmail($text, $from, $name, $email_to, $location, $duration,
$range, $cash, $snowboardcheck, $snowboardradio, $snowboardcert,
$skiingcheck, $skiingradio, $skiingscert, $hikingcheck, $hikingradio,
$hikingcert, $canoeingcheck, $canoeingradio, $canoeingcert, $campingcheck,
$campingradio, $campingcert, $raftingcheck, $raftingradio, $raftingcert,
$parachutingcheck, $parachutingradio, $parachutingcert, $paraglidingcheck,
$paraglidingradio, $paraglidingcert, $climbingcheck, $climbingradio,
$climbingcert, $divingcheck, $divingradio, $divingcert, $sailingcheck,
$sailingradio, $sailingcert, $ridingcheck, $ridingradio, $ridingcert,
&bikingcheck, $bikingradio, $bikingcert, $fishingcheck, $fishingradio,
$fishingcert, $sharkcheck, $sharkradio, $sharkcert, $holecheck, $holeradio,
$holecert, $naturecheck, $natureradio, $naturecert, $odd){


Sorry.....have coding goggles on and just cannot see the problem.......mind
you the code doesn`t make it easy!!!!!!

Chris.




More information about the thelist mailing list