Hi, this will not print each result on a new line, am i missing something simple?
$mystring = $myrow1[0] . " " . $myrow3[2] . "\n"; echo $mystring;
thanks
It does print each result in a new line. View source and find out. To have a new line in HTML, use <br />