RE: [PHP] Repeat This...

2002-12-11 Thread Ford, Mike [LSS]
> -Original Message- > From: Stephen [mailto:[EMAIL PROTECTED]] > Sent: 11 December 2002 02:50 > > I want to repeat the following code as many times as the user > specifies in the variable $_POST['x']. I then need to have > the output display as all the numbers found in the sequence. >

[PHP] Repeat This...

2002-12-10 Thread Stephen
I said this earlier but this time I'm saying it differently because I semi-fixed it.   I want to repeat the following code as many times as the user specifies in the variable $_POST['x']. I then need to have the output display as all the numbers found in the sequence. How would I do this?   C