SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
-
Mar 7, 2003, 10:43 #1
- Join Date
- Mar 2002
- Location
- Miami, Florida - Caracas, Venezuela
- Posts
- 379
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
$HTTP_GET_VARS['cssMsg'] NOT WORKING
Is there any possible reason why:
$HTTP_GET_VARS['cssMsg'];
Coul not work?
It's simply not getting the variable.
TnxLuis
-
Mar 7, 2003, 11:41 #2
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
try printing the array to check you have actually set it...
print_r($HTTP_GET_VARS)
-
Mar 7, 2003, 13:20 #3
- Join Date
- Mar 2002
- Location
- Miami, Florida - Caracas, Venezuela
- Posts
- 379
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I found it.
It had nothing to do with PHP. It was a rewrite rule in apache (.htaccess).
Thanks anyways...Luis
Bookmarks