What means '&' in front of variable or function?
Example:
function &myfunc($arg1, &$arg2, &$arg3) { /////stuff here }
Look it up
its a reference .. http://us3.php.net/references