PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
& is used to pass values by reference as opose to copying the value. By default all paramaters are passed by value and by adding a & to the function name you change this to making them pass by reference. For more info read the manual: