Parse error: parse error, expecting ','' or';'' in /directory/public_html/feedback.php3 on line 27
','' or
I keep receiving this error message, but I can't find a problem.
I'm using topcat sender 2.0 with dreamweaver. Thanks for the help.
Hi!
Without the actual code excerpt, the error message is useless. Please send lines 24 - 30 and we'll what the PHP's gripe is. :-)
All the best, Stas
Here are lines 24 - 30
$success = $dir . $success; $failure = $dir . $failure; $thedirectory = $rootdir . "sender.phtml"; echo "<form action = \"$thedirectory\" method = \"post\" name = \"feedbackform.htm"\">\n"; echo "<input type = \"hidden\" name = \"to\" value = \"$to\">\n"; echo "<input type = \"hidden\" name = \"subject\" value = \"$subject\">\n"; echo "<input type = \"hidden\" name = \"success\" value = \"$success\">\n";
I'm trying to setup a feedback form.