Zitat:
Zitat von se7en
Es kann sein, das die Methode nicht funktioniert, d.h. Du die Variable $ID ohne Wert ist. Das hängt dann mit der Option "Register Globals" zusammen (ist ne Einstellung der PHP installation auf dem PHP-Server/Rechner).
|
Sollte dies so sein...kannst du aber mal in der php.ini (ich glaube im Windows-Ordner) "Register Globals" auf
ON setzen.
PHP-Code:
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
