Join the Neopoet online poetry workshop and community to improve as a writer, meet fellow poets, and showcase your work. Sign up, submit your poetry, and get started.
Oct 28, 2007
⭐ View statistics (Premium feature)
test
<?php
$rid = 1;
$result = db_query("SELECT u.uid, u.name, u.status FROM {users} u
INNER JOIN {users_roles} ur ON u.uid=ur.uid WHERE ur.rid = %d
AND u.status = 1", $rid);
while ($u = db_fetch_object($result)) {
$rows[] = array(array(l($u->name, "greeter/" . $u->uid)),
array(l("flat", "user/" . $u->uid)),
);
}
return theme('table', $header, $rows);
?>
— andrew, Oct 28, 2007
Share this poem
Critiques