Search found 5 matches
- Tue Jul 05, 2005 2:18 pm
- Forum: PHP - Code
- Topic: Loop problem... also need an array but can't put it in right
- Replies: 9
- Views: 512
PostPosted: Tue Jul 05, 2005 12:10 pm Post subject: Thus -> each cycle $w = $c - $num; // notice that num is random... $w does not = $c - $num. What I want to have happen, which it should be happening, is the do while loop runs five times because z is posted as 5. When this happens $w is increasd b...
- Tue Jul 05, 2005 11:56 am
- Forum: PHP - Code
- Topic: Loop problem... also need an array but can't put it in right
- Replies: 9
- Views: 512
- Tue Jul 05, 2005 9:45 am
- Forum: PHP - Code
- Topic: Loop problem... also need an array but can't put it in right
- Replies: 9
- Views: 512
- Tue Jul 05, 2005 8:13 am
- Forum: PHP - Code
- Topic: Loop problem... also need an array but can't put it in right
- Replies: 9
- Views: 512
- Tue Jul 05, 2005 12:44 am
- Forum: PHP - Code
- Topic: Loop problem... also need an array but can't put it in right
- Replies: 9
- Views: 512
Loop problem... also need an array but can't put it in right
I need some help with this script. I want this script to run 100 times, which it does. I want it to echo out $w each time it goes by, and with the variables i've selected, it should say 5 each time and it doesn't. After that, I need to catch $w and put it in an array. I can't seem to get anything in...