Mailinglisten-Archive | 
Hi,
>Zum Beispiel möchte (muß) ich wissen on in der php.ini
>der Eintrag von "get_magic_quotes_gpc" auf ON gesetzt ist.
$val = ini_get("short_open_tag");
var_dump( $val );
This will echo string(0) "" if Off
This will echo string(1) "1" if On
Gruß
  Marco
    php::bar PHP Wiki - Listenarchive