$message is a simple variable whereas $$message is a reference variable. Example:
$user = 'bob'
is equivalent to
$holder = 'user';
$$holder = 'bob';
Saturday, March 14, 2009
Subscribe to:
Post Comments (Atom)
PHP Questions, PHP Answers, PHP Questions with Answers.
No comments:
Post a Comment