Re: [PHP] table row

2002-01-31 Thread John Fishworld
_city_name"]; > echo " > href=\"city_person.php?city_id=$cityid\">$cityname > "; > if ($cntr % 2 == 0) echo ""; > } // from while result 0 > echo""; > > > -Original Message- > From: John Fishworld [mailto:[EM

RE: [PHP] table row

2002-01-31 Thread Martin Towell
} // from while result 0 echo""; -Original Message- From: John Fishworld [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 9:45 AM To: [EMAIL PROTECTED] Subject: [PHP] table row apologies for a stupid question ! but it's late ! everthings fine, mysql query, re

[PHP] table row

2002-01-31 Thread John Fishworld
apologies for a stupid question ! but it's late ! everthings fine, mysql query, results etc but I want to produce a table with two columns instead of just one long column ie answer1answer2 can someone please give me a hint how to do it ? while ($r = mysql_fetch_array($result0))