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!
As you can see I am trying to write the contents of a variable into an array with the same name as the original variable. I have also tried using a temp variable as a buffer but it does not work. When I try to echo the array I just get the value 1. Do I need to some how empty or flush the variable name before I can achieve my aim?