• 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!

Need some easy support with my webpage

furstwin

New Member
Joined
Aug 9, 2007
Messages
486
Reaction score
1
Location
Sweden
Heya!

When I add for example
Code:
  	case "polls";
  		  $topic = "Polls";
  		  $subtopic = "polls";
 		   include("polls.php");
	break;
to my index.php, it doesnt show in the menu, But I can still enter
http://127.0.0.1/index.php?subtopic=polls :(

Anybody got a answer for that?

Sincerely,
Furstwin.

Bump
 
Last edited by a moderator:
Hello ther..

if buttom pressed - > case "polls";
topic - > $topic = "Polls";
subtopic - > $subtopic = "polls";
file - > include("polls.php");
break;
if you add that try http://127.0.0.1/index.php?subtopic=polls
remember remove the ***** - > before adding code

but to get an buttom you need to go layout and add code's
 
Back
Top