On Fri, February 8, 2008 9:14 am, tedd wrote:
>  From a variable with the name of $this_variable -- how do I get a
> string 'this_variable' ?

You don't...

Consider this:

function foo($bar){
  //what would your function output?
}

$baz = 3;
foo($baz);

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to