I think I just might be missing the logic here. I have a page that is created and within this page, I include an iframe like this: $qp = urlencode("$when $wFilter $aFilter"); echo "\r<tr><td id=links colspan=2 style=\"display:none; padding-left: 12px;\"> \r<IFRAME id=\"links-frame\" name=\"links-frame\" src=\"edv.php?qp=$qp\" width=100% height=1000 frameborder=0 scrolling=no></IFRAME> \r</td> \r</tr>"; When I call edv.php though, I can't $qp = $_REQUEST['qp']; What am I missing? Thanks. -- Paul Halliday Ideation | Individualization | Learner | Achiever | Analytical http://www.pintumbler.org -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php