require_once '../pagestart.inc.php';
$sql = "SELECT * FROM tab_speaker ORDER BY name";
$rs = mysql_query($sql, $GLOBALS['gDB_Link']);
?>
Business of Design Week 2007
|
while ($row = mysql_fetch_object($rs)) {
$id=$row->id;
$name = $row->name;
$company = $row->company;
$bio = $row->bio;
$photo = $row->photo;
$url = $row->url;
?> if ($photo != "") { ?> } }?> |
|
 |