Ma pagination ne marche
Résolu/Fermé
Vlandy
Messages postés
19
Date d'inscription
mardi 19 février 2013
Statut
Membre
Dernière intervention
28 mai 2013
-
19 mars 2013 à 09:27
Vlandy Messages postés 19 Date d'inscription mardi 19 février 2013 Statut Membre Dernière intervention 28 mai 2013 - 20 mars 2013 à 08:59
Vlandy Messages postés 19 Date d'inscription mardi 19 février 2013 Statut Membre Dernière intervention 28 mai 2013 - 20 mars 2013 à 08:59
2 réponses
Vlandy
Messages postés
19
Date d'inscription
mardi 19 février 2013
Statut
Membre
Dernière intervention
28 mai 2013
19 mars 2013 à 09:34
19 mars 2013 à 09:34
petite précision voici normalement le code pour afficher mes images avec la pagination
Cependant avec ce code j'obtiens les erreurs:
Notice: Undefined variable: premierPage
Notice: Undefined variable: perpage
Fatal error: Call to a member function setFetchMode() on a non-object
function get_pic_all() { require('classes/config/connect.php'); $resultats = $bdd->query("SELECT image,min,username FROM photos WHERE category_id= '1' OR category_id= '2' OR category_id= '3' OR category_id= '4' OR category_id= '5' OR category_id= '6' OR category_id= '7' OR category_id= '8' ORDER BY image DESC LIMIT '.$premierPage.','.$perpage "); $resultats->setFetchMode(PDO::FETCH_OBJ); return $resultats; }
Cependant avec ce code j'obtiens les erreurs:
Notice: Undefined variable: premierPage
Notice: Undefined variable: perpage
Fatal error: Call to a member function setFetchMode() on a non-object
Vlandy
Messages postés
19
Date d'inscription
mardi 19 février 2013
Statut
Membre
Dernière intervention
28 mai 2013
20 mars 2013 à 08:59
20 mars 2013 à 08:59
up