[thelist] PHP: include not getting variable

Jay Blanchard jay.blanchard at niicommunications.com
Wed Jan 7 08:06:24 CST 2004


[snip]
Same result, doesn't work. The problem is the value of $pagetag is
nothing at all. Printing out results in a blank.... why this is I
don't understand.
[/snip]

How is $pagetag supplied? Try these...

echo $_POST['pagetag'];
echo $_GET['pagetag'];


More information about the thelist mailing list