Forum: PHP Mar 3rd, 2008 |
| Replies: 7 Views: 643 Hi, is the database throwing an exception? Does the code reach the closing table tag on line 40? Have you tried a record count to see if your row variable contains rows? try echoing the row count -... |
Forum: PHP Feb 20th, 2008 |
| Replies: 7 Views: 6,071 Well I have to do this exact same operation. The only difference I can see, and this code below is tested and works fine, is the way i construct the HTML...
while($row=mysql_fetch_assoc($result)){... |
Forum: PHP Feb 19th, 2008 |
| Replies: 7 Views: 6,071 All looks okay to me but you could try the following mysql_fetch_assoc($result) instead of array. |