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
- 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
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
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