Einzelnen Beitrag anzeigen
Alt 31.08.2004, 16:00   #10
käptn
Inventar
 
Registriert seit: 04.11.2001
Alter: 45
Beiträge: 2.150


Standard

Sieh dir mal eine Apache AccessLog Datei an.

redirect.php
PHP-Code:
<?php
require_once 'HTTP.php';

if (isset(
$_GET['PHPSESSID']))
    
HTTP::redirect('?url='urlencode($_GET['url']));

HTTP::redirect($_GET['url']);
?>
~
____________________________________
LOL - Mein erstes Post im Programmier Forum

MACINTOSH - Most Applications Crash, If Not The Operating System Hangs
käptn ist offline   Mit Zitat antworten