I need to pass a dynamic HTTP query. It's already set when this file itself is requested...I merely need to use it again when including a child file though my attempts haven't been fruitful. Here is one of my attempts...
[edited by: JAB_Creations at 12:54 pm (utc) on Jan. 2, 2008]
adb64
1:05 pm on Jan 2, 2008 (gmt 0)
Hi John,
You can't pass GET parameters to include files that way. But the global $_GET is also known in include files so in contact-email.php you can access $_GET['nameis'] in the same way as you do now. Also the global $getnameis is known by that name in contact-email.php.