Jump to content

Print with spaces (rows)


miniu

Recommended Posts

Hello, I have a possibility to print the data in a table but I would like that each row will be separate by a blank row. Right now the code is look like that:

 

print('<tr>
					<td class="Tab">'.$leaguecode.'</td>
					<td class="Tab">'.$divisioncode.'</td>
					<td class="Tab">'.$HomeTeamName.'</td>
					<td class="Tab">'.$AwayTeamName.'</td>
					<td class="Tab">'.$txtgdate.'</td>
					<td class="Tab">'.$txtgtime.'</td>
					<td class="Tab">'.$loc_name.'</td>
					<td class="Tab">'.$loc_address.'</td>
					<td class="Tab">   
						<input name="gid'.$max.'" type="hidden" value="'.$max.'">
					</td>
				  </tr>
				');

 

like I said I would like to have a space between the records (rows, not columns)

Link to comment
https://forums.phpfreaks.com/topic/198448-print-with-spaces-rows/
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.