Форуми / Cotonti / Support / Using $tab

GHengeveld
#18080 22.10.2009 00:28
Are you sure $tab actually exists? Just including it in the URL won't create the variable, you need to do this manually using the sed_import() function (unless your server has register globals enabled, but thats usually a bad thing).

$tab = sed_import('tab', 'G', 'ALP');
This will import the $tab variable from the url (GET) and validate it as an alphanumeric value (only letters and numbers allowed).