Jump to the post that solved this thread.
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 1 Week ago Echo Users ?
#2
Solved: 11 Years, 1 Week ago
<?php
define("IN_MYBB",1);
include("global.php");
$result = $db->query("SELECT * FROM ".TABLE_PREFIX."users");

while ($row = $db->fetch_array($result, MYSQLI_NUM)) {
echo $row['username']."<br />";
}
?>
No longer involved in the MyBB project.
Jump to the post that solved this thread.


Messages In This Thread
Echo Users ? - by marcus123 - 2014-01-22, 08:21 PM
RE: Echo Users ? - by Nathan Malcolm - 2014-01-22, 08:29 PM
RE: Echo Users ? - by marcus123 - 2014-01-22, 08:33 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)