CoboCards App FAQ & Wishes Feedback
Language: English Language
Sign up for free  Login

This flashcard is just one of a free flashcard set. See all flashcards!

All main topics / Interaktive Medien / Web Applikationen / IntMe_WebApplikationen
28
Rezept: Anzahl Datensätze herausfinden
Variable1 = "SQL-Abfrage";
Variable2 = mysqli_query(Verbindung, Abfrage);
Variable3 = mysqli_num_rows(Variable2)

Beispiel (in der Datenbank kommt das Feld name vor)

$sql2 = "SELECT * FROM ".$tbl.";";
$query2 = mysqli_query($verb, $sql2);
$anzahl = mysqli_num_rows($query2);
New comment
Flashcard info:
Author: CoboCards-User
Main topic: Interaktive Medien
Topic: Web Applikationen
Published: 18.06.2014

Cancel
Email

Password

Login    

Forgot password?
Deutsch  English