Re: [PHP] problem retrieving variables.

2010-09-02 Thread Paul Halliday
On Thu, Sep 2, 2010 at 5:43 PM, Jim Lucas wrote: > Paul Halliday wrote: >> 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> 12px;\"> >>        

Re: [PHP] problem retrieving variables.

2010-09-02 Thread Jim Lucas
Paul Halliday wrote: > 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 12px;\"> > \r src=\"edv.php?qp=$qp\" width=100% height=1000 framebor

[PHP] problem retrieving variables.

2010-09-02 Thread Paul Halliday
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 \r \r \r"; When I call edv.php though, I can't $qp = $_REQUEST['qp']; What am I m