Jump to content

Dynamic table


Staggan

Recommended Posts

Hello

 

I am trying to display some results in a while loop, and would prefer to do this in a table instead of just echoing to the screen...

 

This is my code:

 


	while ($row = mysql_fetch_assoc($results)) { 
	$issue = $row[name];
	echo $issue;
	}


 

Showing these in a single column table would be fine, but not sure how...

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/254514-dynamic-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.