|
Re: PHP Issues.
Yeah, I did post, but I spotted the ++$i after mine and before yours, so I deleted it. Alas too late.
The <tr>s don't get printer is because you have i instead of $i
The code is really weird though.
---------- Post added at 23:15 ---------- Previous post was at 23:13 ----------
Also, another prob I spotted... your <tr> closing tag should be </tr> not <\tr>.
A backslash within a string is a special character. In this case \t = tab.
|