Original geschrieben von Abraxax
OffTopic:
tipp: schneller werden
OffTopic:
Aber doch nicht unser schmalle!
OffTopic:
tipp: schneller werden
OffTopic:
Aber doch nicht unser schmalle!
<html>
<head>
<title></title>
<meta name="author" content="x´S">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<style type="text/css">
<!--
body{font-family:verdana,arial;font-size:9pt;color:black;}
textarea, input {border:1px solid black;}
.border {border:1px solid black;}
-->
</style>
</head>
<body text="#000000" bgcolor="#B1BCCF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<b>PHP-Editor Version 1.0 ...</b><hr size="1">
Testen Sie bei uns online Ihre PHP-Befehle aus! Einfach eingeben und auf Vorschau klicken!<br><br>
<form action="index.php?action=show" method="post">
<textarea name="text" cols="70" rows="20"><?PHP
?></textarea><br> <br>
<input type="Submit" name="" value="Vorschau"> <input type="reset" value="Script löschen">
</form>
<?PHP
if($action=="show"){
echo "<table bgcolor=\"#C0C0C0\" class=\"border\"><tr><td>";
$text=stripslashes($text);
echo $text;
echo"
</td></tr></table>";
}
?>
</body>
</html>
$text=stripslashes($text);
echo $text;
echo htmlentities(stripslashes($text));
Kommentar