Hallo,
habe folgenden Code:
content ist z.B. "news" dann soll included werden: "news.php"
habe folgenden Code:
PHP Code:
<?php
include($_GET['content'].".php");
?>
Comment