Is there any possible reason why:
$HTTP_GET_VARS['cssMsg'];
Coul not work?
It's simply not getting the variable.
Tnx
| SitePoint Sponsor |


Is there any possible reason why:
$HTTP_GET_VARS['cssMsg'];
Coul not work?
It's simply not getting the variable.
Tnx
Luis





try printing the array to check you have actually set it...
print_r($HTTP_GET_VARS)


I found it.
It had nothing to do with PHP. It was a rewrite rule in apache (.htaccess).
Thanks anyways...
Luis
Bookmarks