Hello,
basically the following comes up when i try to make a new thread on my forum.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/a1840915/public_html/NewThread.php on line 36
The line 36 on wards is this:
if(isset($_GET['ID'])) { // I implemented all these codes but still....
$user= User::find_by_ID($_GET['ID']);
// Database Classes Fetches user info from database
}
else {
redirect('Forums.php'); //redirect function
}
You'll need to register at http://www.infablox.site11.com/login.php then login at http://www.infablox.site11.com/default.php then click the hyperlink (not the menu button) to try it for yourself.
I am only 14 and the whole point in me making infablox is to learn better programming skills into a real life situation.
-Jordan
basically the following comes up when i try to make a new thread on my forum.
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/a1840915/public_html/NewThread.php on line 36
The line 36 on wards is this:
if(isset($_GET['ID'])) { // I implemented all these codes but still....
$user= User::find_by_ID($_GET['ID']);
// Database Classes Fetches user info from database
}
else {
redirect('Forums.php'); //redirect function
}
You'll need to register at http://www.infablox.site11.com/login.php then login at http://www.infablox.site11.com/default.php then click the hyperlink (not the menu button) to try it for yourself.
I am only 14 and the whole point in me making infablox is to learn better programming skills into a real life situation.
-Jordan