Mal ne Frage..ich habe .php datei gemacht:
Ich weiss, ist nicht viel php aber ich brauchs wegen den includes..aber wie kann ich die datei *.php jetzt von w3c überprüfen lassen ? irgendwie steig ich da net durch und brauche Hilfe
PHP-Code:
<html>
<head>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<title>Diddl von der Peitsch</title>
<meta name="#team-uGe" content="Clanpage von #team-uGe">
<meta name="author" content="uGe][eazy">
<meta name="keywords" content="Clan, counter strike, cs, cs clan">
</head>
<body>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td background="img/main_bg.jpg" width="800">
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td width="253" valign="top">
<?php include "menu.php"; ?>
</td>
<td width="33"> </td>
<td width="490" valign="top">
<?php include "main.php"; ?>
</td>
</tr>
</td>
</tr>
</table>
</body>
</html>
Kommentar