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!
Say I wanted to save every value of an array on a separate line starting on entry four, for multiple sources of data. The length of the array varies depending on where the data is grabbed from, so it can range anywhere from 10-100. Is there any way to do this?
what are you saying, that you do not know what the array size is ?
the corrected code loops through all your array items, starting from 4. maybe you want to rephrase your question.
tr3online wrote:(If the array 31 large, itll go from $matches[1][4]\n -> $matches[1][31]\n)
yes, that what it does. what is the problem i don't understand.