|
Posted by Jim Dornbos on 01/26/07 18:06
On Fri, 26 Jan 2007 12:19:58 -0500, McGowan <Boomer84@gmail.com> wrote:
> <?php
> $i=3D0;
> while(mysql_fetch_array($headers))
> {
> ?>
> <td><?php echo $temp[$i]; ?></td>
> <?php
> $i++;
> }
> ?>
Don't you actually want this while pointing at $data instead of $headers=
? =
Or - get rid of this while entirely and move your $i=3D0 out one level.
Potentially the blind leading the blind here, as I'm relatively new to P=
HP =
as well.
HTH
Jim
-- =
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Navigation:
[Reply to this message]
|