Language PHP : Hypertext Preprocessor

 Charge moyenne sur 1mn : 0.22 Charge moyenne sur 5mn : 0.17 Charge moyenne sur 15mn : 0.11


PHP

PHP is a popular general-purpose scripting language that is particularly suited for web development.

Fast, flexible and pragmatic, PHP is made for any blog or for all the most popular sites in the world.

The word PHP or programming language contained in web pages and executed on servers, they return the result directly to the client who can never see the source. Allows you to create dynamic web pages.

PHP.Net © 2001-2020 The PHP Group: Language Reference

Predefined PHP classes to make our life easier :)






Site user blocks : Account info / user rights / summary

Envoyer les headers appropriés à vos pages

Le header, ou en-tête / entête d'un fichier informatique ou d'un paquet transitant sur un réseau informatique, sont les données contenues au début de ce fichier ou du paquet. En transmission de données, les données qui suivent le header sont souvent appelées charge utile ou body.

Informations :

Dates
  • Publish : : 2010
  • Modification : Thursday 01 september 2011

  • 1009 views

Share :

Ajouter un cache navigateur sur vos pages

Script avec 5 lignes

001[php]
002# Cache #########
003header('Cache-Control: max-age=300');
004header('Pragma: cache, max-age=300, max-stale=600');
005[/php]

Pas de cache navigateur à vos pages

Script avec 5 lignes

001[php]
002# No-cache
003header('Cache-control: private, no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
004header('Pragma: no-cache');
005[/php]

Charger un PDF à la volé

Script avec 8 lignes

001[php]
002// Vous voulez afficher un pdf
003header('Content-type: application/pdf');
004// Il sera nommé downloaded.pdf
005header('Content-Disposition: attachment; filename="downloaded.pdf"');
006// Le source du PDF original.pdf
007readfile('original.pdf');
008[/php]





Author of the page

O.Romain.Jaillet-ramey

O.Romain.Jaillet-ramey

  • Firstname : Olivier Romain Luc
  • Lastname : : Jaillet-ramey
  • Arrived on tuesday 19 october 1976 (1976/10/19 00:00)
    48 years activity !

Translate this page with Google

Firefox Nighlty

Our friends from Framasoft are interested in Mozilla and asked them questions about Nightly: Firefox Night-club, free entry !






Load page: 4.4404721260071