Jump to content

[SOLVED] How do I loop data into an array?


bobleny

Recommended Posts

I have information that I want to loop into an array...

while ($condition = TRUE)

{

    Add information into array1;

}

 

I don't know how else to explain it. I simple want to echo an unspecified amount of data from a loop (either a while loop or a for loop, I don't care which...) into an array...

 

Any ideas?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/79934-solved-how-do-i-loop-data-into-an-array/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.