Re: [PHP-DB] echo into variable or the like

2012-08-21 Thread Daniel Brown
On Tue, Aug 21, 2012 at 12:01 AM, wrote: > Hi, this is my first post so forgive me if I missed a rule and do something > wrong. > > I have this code, > > echo $_SERVER['PHP_SELF']."?"; > foreach ($_GET as $urlvar=>$urlval) > echo $urlvar."=".$urlval."&"; > > It works by it’s self. > I want to in

Re: [PHP-DB] echo into variable or the like

2012-08-20 Thread Karl DeSaulniers
- From: Karl DeSaulniers Sent: Tuesday, August 21, 2012 2:22 PM To: php-db@lists.php.net Subject: Re: [PHP-DB] echo into variable or the like You echo to the page not to a variable. php.net is your friend. :) GL On Aug 20, 2012, at 11:01 PM, wrote: Hi, this is my first post so forgive me i

Re: [PHP-DB] echo into variable or the like

2012-08-20 Thread s.dev
August 21, 2012 2:22 PM To: php-db@lists.php.net Subject: Re: [PHP-DB] echo into variable or the like You echo to the page not to a variable. php.net is your friend. :) GL On Aug 20, 2012, at 11:01 PM, wrote: Hi, this is my first post so forgive me if I missed a rule and do something wrong

Re: [PHP-DB] echo into variable or the like

2012-08-20 Thread Karl DeSaulniers
You echo to the page not to a variable. php.net is your friend. :) GL On Aug 20, 2012, at 11:01 PM, > wrote: Hi, this is my first post so forgive me if I missed a rule and do something wrong. I have this code, echo $_SERVER['PHP_SELF']."?"; foreach ($_GET as $urlvar=>$urlval) echo $ur