hi
kann mir hier einer sagen wie ich mit PHP Links machen kann ?
habe eine seite mit tabellen gemacht und möchte jetzt, wen ich im menü auf einen button drücke das dieser in der bestimmten tabelle angezeigt wird !
die seite : Zur Seite !
hier mal der code der seiten :
Index.php
Das ist der Code der Index Seite wo die anderen seiten include werden !
Menuel.php
Das ist die seite mit dem Menü !
MfG
SonGoku

kann mir hier einer sagen wie ich mit PHP Links machen kann ?
habe eine seite mit tabellen gemacht und möchte jetzt, wen ich im menü auf einen button drücke das dieser in der bestimmten tabelle angezeigt wird !
die seite : Zur Seite !
hier mal der code der seiten :
Index.php
PHP:
<html>
<head>
<title>[SAD] Search and Destroy</title>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="100%" colspan="3"><?php include("http://www.kg-condor.all4clans.com/header.php4") ?></td>
</tr>
<tr>
<td width="15%"><?php include("http://www.kg-condor.all4clans.com/menuel.php4") ?></td>
<td width="70%"><?php include("http://www.kg-condor.all4clans.com/test.php4") ?></td>
<td width="15%"><?php include("http://deineURL/navi.php4") ?></td>
</tr>
</table>
</body>
</html>
Das ist der Code der Index Seite wo die anderen seiten include werden !
Menuel.php
PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>Main</title>
<meta name="generator" content="Namo WebEditor v3.0">
<style><!--
-->
</style>
</head>
<body bgcolor="#B0B7A0" text="black" link="blue" vlink="purple" alink="red">
<div align="center"><table border="0" cellpadding="0" cellspacing="0" bordercolor="black">
<tr>
<td width="150" background="design/Bild2.gif"><p> </p>
<p><font face="Verdana" size="1" color="black"><b> -
News<br> - Archiv<br> - Regeln<br> -
History<br></b></font></td>
</tr>
</table></div>
<div align="center"><table border="0" cellpadding="0" cellspacing="0" bordercolor="black">
<tr>
<td width="150" background="design/Bild2.gif"><p><font face="Verdana"
size="1" color="black"><b> </b></font></p>
<p><font face="Verdana" size="1" color="black"><b> -
Links<br> - Forum<br> - Gästebuch<br>
- Downloads<br></b></font></td>
</tr>
</table></div>
<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="150"
bordercolor="black">
<tr>
<td width="150" background="design/Bild2.gif"><p><font face="Verdana"
size="1" color="black"><b> </b></font></p>
<p><font face="Verdana" size="1" color="black"><b> -
Leader<br> - Co-Leader<br> - Webmaster</b></font></td>
</tr>
</table></div>
<div align="center"><table border="0" cellpadding="0" cellspacing="0" width="150"
bordercolor="black">
<tr>
<td width="616" background="design/Bild2.gif"><p><font face="Verdana"
size="1" color="black"><b> </b></font></p>
<p><font face="Verdana" size="1" color="black"><b> -
all4clans.com</b></font></td>
</tr>
</table></div>
</body>
</html>
Das ist die seite mit dem Menü !
MfG
SonGoku