REGISTERY GLOBALS
Verfasst: Mi 12.Nov, 2003 15:12
If registery_globals off (and that's default), half of the mod doesn't work ..
use:
But nice mod 8)

use:
Code: Alles auswählen
$view = ( isset($HTTP_GET_VARS['view']) ) ? $HTTP_GET_VARS['view'] : $HTTP_POST_VARS['view'];
$id = ( isset($HTTP_GET_VARS['id']) ) ? $HTTP_GET_VARS['id'] : $HTTP_POST_VARS['id'];