
09-23-2007
|
| Administrator
Join Date: Jun 2007
Posts: 3,729
BRL$: 31,878.35 Thanks: 0
Thanked 4 Times in 4 Posts
Rep Power: 403 | | Wierd gaps in HTML A PHP loop I'm using generates a table, but in the first cell the HTML has huge gaps in it!Code:--------- 6' 2" ---------Here is the loop Im usingPHP:--------- $sql=mysql_query("SELECT * FROM profile WHERE name ='$model'"); while($row=mysql_fetch_array($sql)) { echo $row['heightft']."' "; echo $row['heightin'].'"'; }---------can anyone see the problem??Thanks. To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. | | | |