I can understand simple references... such as...
Other then that, for instance: returning a reference, or referencing an object, these elude me... Could anyone possibly explain this, or show me some simple pages on this subject? I would greatly appreciate it. (btw, PHP 4.3.x not 5)Code:function test(&$stuff) { $stuff = "blah blah"; } test(&$stuff); echo $stuff;
Thank you.





Bookmarks