Satyam wrote:

    $key = 'K' . $key;
   if ($$key) {

notice double dollar sign, it means, not the value of $key but the value of the variable $key says.

Thanks, any idea where this is described in the PHP manual? Searching
for "$$" produces no results.

O. Wyss

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

Reply via email to