4){
$tomuch = 1;
}else{
$tomuch = 0;
};
?>
| # |
Naam |
Tijd |
StreamUrl |
Beschrijving |
Acties |
prepare("SELECT id, message, name, streamurl, streamport, streamip, tijd, streamdomain FROM alarm WHERE uid=?")){
$stmt -> bind_param('i', $userid);
$stmt -> execute();
$stmt -> bind_result($id, $message, $name, $streamurl, $streamport, $streamip, $tijd, $streamdomain);
while($result = $stmt -> fetch()){
print '
| '.$id.' |
'.$name.' |
'.$tijd.' |
'.$streamdomain.' |
'.$message.' |
|
';
};
$stmt -> close();
}
?>