Jump to content

anyone think can solve this?


aznjay

Recommended Posts

[code=php:0]while ($row6e = mysql_fetch_array($result6e)) {
  print "<tr><td>{$row6e['column']}</td></tr>"
}
while ($row65 = mysql_fetch_array($result65)) {
  print "<tr><td>{$row65['column']}</td></tr>"
}[/code]


Where "column" is the column name you want to display.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.