in reply to Re: Q & A
in thread Q & A
This snippet assumes you've already retrieved the Q&As, and have the Qs in row 0, and the link to the A in row 1. See also DBI's pod.while ( @row = $sth->fetchrow_array ) { print "<A HREF=$row[1]>$row[0]</A><P>\n"; }
|
|---|