Hi,
The script below generates sheets of data, how can I create line between each Field and how can I make a border line and a space between records.
Thanks.
for($i=0; $i <= $count; $i++)
{
echo ' <b>'.$str_Fields[$i]. '</b> '. $row[$str_Fields[$i]];
echo "<br><br>\n";
}
The script below generates sheets of data, how can I create line between each Field and how can I make a border line and a space between records.
Thanks.
for($i=0; $i <= $count; $i++)
{
echo ' <b>'.$str_Fields[$i]. '</b> '. $row[$str_Fields[$i]];
echo "<br><br>\n";
}