Hi all im have some problems wiht a php file i made.
when i access the script i get the following error message:
Warning: Unexpected character in input: "' (ASCII=39) state=1 in [my dir] on line 63
Parse error: syntax error, unexpected ')' expecting ']' in [my dir] on line 63
the code around there is:
i have manged to fix it im not sure how but now i got anew message saying something about an unexpected ";" on line 65. line 65 is a blank line.
when i access the script i get the following error message:
Warning: Unexpected character in input: "' (ASCII=39) state=1 in [my dir] on line 63
Parse error: syntax error, unexpected ')' expecting ']' in [my dir] on line 63
the code around there is:
Code:
}else if ($_POST) {
if ((!$_POST["topic_id"]) || (!$_POST["post_text']) || (!$_POST["post_owner"])) {
header("Location: topiclist.php");
exit;
}
i have manged to fix it im not sure how but now i got anew message saying something about an unexpected ";" on line 65. line 65 is a blank line.
Last edited: