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"; }
In reply to Re: Re: Q & A
by boo_radley
in thread Q & A
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |