Feb 15, 2010 #1 kzn MIS Joined Jan 28, 2005 Messages 209 Location GB Can some one please explain why the & sign has been used in a function ie: get_template("home", &$tags); why is & used infront of the dollar sign? Any help appreciated. Thank you
Can some one please explain why the & sign has been used in a function ie: get_template("home", &$tags); why is & used infront of the dollar sign? Any help appreciated. Thank you
Feb 15, 2010 #2 feherke Programmer Joined Aug 5, 2002 Messages 9,541 Location RO Hi Read Passing by Reference in the PHP documentation. Feherke. http://free.rootshell.be/~feherke/ Upvote 0 Downvote