#bindet "inc.db_open.php" ein #macht Abfrage auf tabelle "Jobs",erzeugt #HTML-Tabelle und gibt die Tabelle aus include("inc.db_open.php"); $db_connection = open_db(); $sql = "SELECT l_Id,str_Jobtitel FROM Jobs"; $result = mysql_query($sql, $db_connection) or die("Invalid query"); $num_rows = mysql_num_rows($result); if ($result) { if($num_rows==0){ echo "Derzeit keine Job-Angebote."; }else{ echo "