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!
I've already tried to and I've had no sucess but I wondered if there's a way to possibly do the following. I want to create an array with every number between 0 and 52, just for a test. I'll explain in code because you'll understand what I mean easier
Try first of all to generate a valid PHP array with all the numbers - i.e. just as a string. Then look up the eval() function and how it can be used to evaluate a string as PHP.