Jump to content

CSV to HTML translation: Difference between revisions

m
mNo edit summary
Line 3,230:
$htmlrow = "\t<tr>\n"
 
// lookloop through the values in the current csv row
for ($i = 1) ($i <= len($record)) ($i = $i+1)
$htmlrow = ($htmlrow + "\t\t<" + $tag + ">" + ($record ~ $i) + "</" + $tag + ">\n")
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.