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!
We'll need a bit more information about what you want to do. You either want a for..next loop, or an incrementing variable.
Also, you probably ought to use echo rather than print. Print is used if you need to check the return value ... as you're not checking it echo is more appropriate.
Ok, what I want to do, is to get my data from mysql and load it via flash.
But for flash to load more data, I need the Echo variable to have different names.
Here is my script and I've changed the print to echo: