• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Gesior AAC] FAQ Script

If you don't know where the htdocs folder is, and you don't know if you have xampp, it means you may not use MySQL nor Apache, so if you are running on Windows and you want to learn, use xampp.
 
Ive been having my ot for almost a month and practicly everything "i" did somone else did. whit other words; IM VERY SLOW, so speak so i can understand

Now to the question.

I dont get it! can you explain everything to me? What everything effects and how it effects it? And what do you meen with "put it in you www"?

Ty, Krilleboy

PS: dont get fooled by my age. Im not imuture.

How can you not understand what he mean with www?
 
Code:
Parse error: syntax error, unexpected T_CASE in C:\xampp\htdocs\index.php on line 16

Line 16 is: case "faq";

//##### FAQ #####
case "faq";
$topic = "F.A.Q.";
$subtopic = "faq";
include("faq.php");
break;
 
Back
Top