Hi guys hopefully I've came to the correct part of the forum, correct me if I'm wrong though Finally moved on to the last part of my system , the actual posting of threads to my database, and I could ...
ok well im writing a new control panel for a game server I currently run. below is the code for my character page. im trying to get it to pull the characters stats ...
You forgot to close a parenthesis, so from the last open parenthesis, PHP considers all the code that follows as part of a specific block (condition, arguments of functions etc) that does not end. You ...