Hi!
I have this script and wonder how to change it to get it list only number 2 to number
6 and
not each?
while (list ($key,$val) = each ($headers)) {
print "<p><b>"."$val"."</b></p>";
}
Thanks in advance.
Regards
Jan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] How to list 2-6 in while script? Jan Grafstr�m
- Re: [PHP] How to list 2-6 in while script? Alexander Skwar
- Re[2]: [PHP] How to list 2-6 in while script? Andrew Perevodchik
- Re: [PHP] How to list 2-6 in while script? Alexander Skwar

