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
24
Rezept: Navigieren durch X Datensätze
<a href="<?php echo
$_SERVER['PHP_SELF']."?start=".($start+$zeilen);
?>">weiter</a>


Somit gilt

Erster Aufruf:    LIMIT 0,4
Zweiter Aufruf:  LIMIT 4,4
Dritter Aufruf:    LIMIT 8,4

Startwert in Variable $start setzen

if (isset($_GET['start'])) {
    $start = $_GET['start'];
} else {
   $start = 0;
}
$zeilen = 4;
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