Jump to content

help me please


salhzmzm

Recommended Posts

I use privoxy and tor, so am I missing some adverts or something?

echo "<table><tr>";
$a = mysql_query("select * from mytable");
while ($b = mysql_fetch_array($a)) {
echo "<td>".$b[myrow]."</td>";
}
echo "</tr></table>";

I'm assuming that there's only one element in your rows. Or is your problem that it's too big for the page and you need it to span?

Link to comment
https://forums.phpfreaks.com/topic/86004-help-me-please/#findComment-439204
Share on other sites

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.