Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Erstellung von Webforen $result = $conn->query($query); if (!$result) { return false; } if($result->num_rows>0) { $this_row = $result->fetch_array(); $id = $this_row[0]; } if($id) { $query = "insert into body values ($id, '".$post['message']."')"; $result = $conn->query($query); if (!$result) { return false; } return $id; } } Diese Funktion ist zwar lang, aber nicht übermäßig komplex. Sie ist nur des- wegen so lang, weil zum Einfügen eines neuen Beitrags Einträge in der Hea-