PHP-Code:
	
	
class SessionSet {
   public function __call($i,$a){
    echo '<strong>Fehler im System ...</strong><br>
             Bitte wenden Sie Sich an den Systemdministrator ...';
    die();
   }
public function Set(){
    $this -> ip         = getenv("REMOTE_ADDR");
         if($_SESSION['check']['session_ip']==""){
    $this -> session_ip = rand(9999,9999999);
         }
    $this -> browser    = get_browser();
    $_SESSION['check'] = $this;
 }
} 
Code:
	
	Fatal error: Cannot use object of type __PHP_Incomplete_Class as array in D:\xampp\htdocs\libary.lib.php on line 11
 
          
 Jetzt verstehe ich!
 Jetzt verstehe ich! 
							
						
Kommentar