GHengeveld |
|
---|---|
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'); |