Jump to content

not workin??! mysql while loop


MDanz

Recommended Posts

<?php

mysql_connect("localhost", "Master", "pword");
mysql_select_db("db");

$official2 = mysql_query("SELECT * FROM Contribute WHERE stack LIKE '%comic%' ORDER BY points DESC")or die (mysql_error());
while($row = mysql_fetch_array($official2)) {
$officaluser = $row['username'];

$officalpoints = $row['points'];



echo "<table><tr><td align='center'><font face='Arial' size='3px' color='#D99C29'><strong><a href='ustack.php?search=$officialuser' style='text-decoration: none'>$officialuser</a></strong></font></td><td align='center'><font face='Arial' size='3px' color='#FFFFFF'><strong>$officialpoints</strong></font></td></tr></table>";

}
?>

 

the page is coming up blank??!?

Link to comment
https://forums.phpfreaks.com/topic/199345-not-workin-mysql-while-loop/
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.