Try $_REQUEST['pagename'] instead.  Oh before you do that, try this and see
if you have any received data at all in the first place.  just look for
'pagename' in any arrays, don't look for $_GET['pagename'], just look for
'pagename' and see if there is any.

--snip--
<?
print_r($GLOBALS);
?>
--snip--
"Jay Blanchard" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
[snip]
Jay, good guess, but wrong!  While register_globals does equal off, I am
using $_GET['pagename']  to assign the value to $pagename before the
snippet
of code that I sent.  Sorry I didn't mention that earlier.  I tried
putting
the _GET in my header redirection directly, but that didn't help.  Any
other
ideas?  Anyone else have an idea?
[/snip]

Can we see the line of code where you are making the assignment?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to