Hallo,
ich ahbe folgendes Problem:
ich möchte auf meiner seite links die index.php?action=irgendwas heißen.
<?php
$action = array();
$action['home'] = '/content/home.php';
$action['news'] = '/content/news.php';
if (isset($_GET['action'], $action[$_GET['action']]))
{
include...