j'ai une table de base de donnees contanant pres de 100 000 lignes, que j'affiche dans la page web php (avec mysql) en utilisant
mysql_query(" SELECT * FROM `Table` WHERE `Champ`='Contenu' LIMIT ".$depart.", ".$nombre);
ça marche très bien pour les premieres pages.
mais voilà, lorsque je veux afficher les pages lointaines, l'erreur suivante est affiché:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@monsite.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
17 juin 2008 à 20:17