Hi leute,
Ich bin noch ziemlich neu in php.
Ich hab so einfach wie möglich versucht ne page zu machen.
ich habs halt mit if(${QUERY_STRING}==""}:
ich hab das so gemacht wie in dem tutorial das ich dazu hab, dann hab ich halt noch bisschen dran rum geschraubt, das des auch aussieht wie ne Clanpage. Aber dann kommt so ein MIST
hier mal der code:
Ich hoffe ihr könnt mir helfen, ihr könnt den script ja so bearbeiten das er geht und mir schicken , nur wenn ihr wollt natürlich.
MEINE EMAIL
Ich bin noch ziemlich neu in php.
Ich hab so einfach wie möglich versucht ne page zu machen.
ich habs halt mit if(${QUERY_STRING}==""}:
ich hab das so gemacht wie in dem tutorial das ich dazu hab, dann hab ich halt noch bisschen dran rum geschraubt, das des auch aussieht wie ne Clanpage. Aber dann kommt so ein MIST
hier mal der code:
PHP:
[masta</title>");
?>
<?php if(${QUERY_STRING}==""}:?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="news"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="member"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="about"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="forum"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="guestbook"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="clanwars"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="downloads"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="links"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="contact"):?>
<? $title ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="server"):?>
<? $title ?>
<?php endif; ?>
</head>
<body>
<table width="790" align="center" border="1" cellspacing="0" bordercolor="#000000">
<tr>
<td width="790" height="110" valign="top"><img src="images/tnbanner.jpg"></td>
</tr>
<tr>
<td width="125" height="600" valign="top">
<img src="images/point.gif"> <a href="index.php">.:News:.</a><br>
<img src="images/point.gif"> <a href="index.php?member">.:Member:.</a><br>
<img src="images/point.gif"> <a href="index.php?about">.:About:.</a><br>
<img src="images/point.gif"> <a href="index.php?forum">.:Forum:.</a><br>
<img src="images/point.gif"> <a href="index.php?guestbook">.:Guestbook:.</a><br>
<img src="images/point.gif"> <a href="index.php?clanwars">.:Clanwars:.</a><br>
<img src="images/point.gif"> <a href="index.php?downloads">.:Downoads:.</a><br>
<img src="images/point.gif"> <a href="index.php?links">.:Links:.</a><br>
<img src="images/point.gif"> <a href="index.php?contact">.:Kontakt:.</a><br>
<img src="images/point.gif"> <a href="index.php?server">.:Server:.</a><br>
</td>
<td width="540" valign="top">
<?php if(${QUERY_STRING}==""}:?>
<?php INCLUDE"news.txt";?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="member"}:?>
<?php INCLUDE"members.php";?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="about"}:?>
<?php INCLUDE"about.php";?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="forum"}:?>
<?php INCLUDE"forum.php"; ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="gustbook"}:?>
<?php INCLUDE"guestbook.php"; ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="clanwars"}:?>
<?php INCLUDE"clanwars.php"; ?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="downloads"}:?>
<?php INCLUDE"downloads.php?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="links"}:?>
<?php INCLUDE"links.php"?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="contact"}:?>
<?php INCLUDE"contact.php";?>
<?php endif; ?>
<?php if(${QUERY_STRING}=="server"}:?>
<?php INCLUDE"server.php";?>
<?php endif; ?>
</td>
<td width="125" valign="top">
<table width="80%" align="center" border="1" bordercolor="#000000" cellspacing="0">
<tr>
<td>Next War</td>
</tr>
<tr>
<td height="80"><center><br><br>n/a
</center></td>
</td>
</tr>
</table>
</body>
</html>
Ich hoffe ihr könnt mir helfen, ihr könnt den script ja so bearbeiten das er geht und mir schicken , nur wenn ihr wollt natürlich.
MEINE EMAIL