What is the purpose of using the for loop? if I may make a suggestion for
using the while loop. The code would look something like this:
$lyric_array[1]";
echo "$lyric_array[3]";
echo "$num_comments";
echo "$lyric_array[2]";
echo "Buy at Amazon.com";
$ltotalv = $ltotalv + $
OK, the color works, but now I have 2 empty lines
"Tony Harrison" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thanx, I havent tried the loop yet, but the color will work im sure .
>
> "Aaron Ott" <[EMAIL PROTECTED]> wrote in message
> [E
Thanx, I havent tried the loop yet, but the color will work im sure .
"Aaron Ott" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> tony,
>
> regarding problem one, it looks like there is a problem in the code near:
> for ($g = 0; $g < $num_lyrics; $g ++) {
>
> t
tony,
regarding problem one, it looks like there is a problem in the code near:
for ($g = 0; $g < $num_lyrics; $g ++) {
try doing:
for ($g = 0; $g <= $num_lyrics; $g ++) {
As for problem two, it looks like you have your color variable set in the
for loop thereby resetting the color variable to
4 matches
Mail list logo