miniu Posted April 13, 2010 Share Posted April 13, 2010 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 More sharing options...
teamatomic Posted April 13, 2010 Share Posted April 13, 2010 </tr><tr><td colspan=9> </td></tr> '); HTH Teamatomic Link to comment https://forums.phpfreaks.com/topic/198448-print-with-spaces-rows/#findComment-1041317 Share on other sites More sharing options...
miniu Posted April 13, 2010 Author Share Posted April 13, 2010 thank you Link to comment https://forums.phpfreaks.com/topic/198448-print-with-spaces-rows/#findComment-1041319 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.