Das ist die Fehlermeldung:
Warning: REG_EMPTY: empty (sub)expression in C:\wampp2c\htdocs\wwwrootbau\immo\anmelden.php on line 5
und hier der Scriptabschnitt:
Hier der Inhalt vom Cookie:
Warning: REG_EMPTY: empty (sub)expression in C:\wampp2c\htdocs\wwwrootbau\immo\anmelden.php on line 5
und hier der Scriptabschnitt:
PHP-Code:
<?php
if ($HTTP_COOKIE_VARS["BauCity"] != NULL)
{
$cookieget = $HTTP_COOKIE_VARS["BauCity"];
$cookiesplit = split("|", $cookieget);
// $cookiesplit = spilt("%7C",$cookieget); // So bekomme ich den Cookie ausgelesen, habe aber alles dann in der Var $user!!!
$user = $cookiesplit[0];
$pass = $cookiesplit[1];
}
?>
Code:
BauCity wotan%7Cpebbles%7C06.01.2003+19%3A26 localhost/wwwrootbau/immo/ 0 3335019648 29598062 326465952 29537713
Kommentar