pub YouXOR

Language PHP : Hypertext Preprocessor

 Charge moyenne sur 1mn : 0.79 Charge moyenne sur 5mn : 0.47 Charge moyenne sur 15mn : 0.48


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

  • 1195 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)
    49 years activity !

Translate this page with Google



ZW3B.Net


Use API Youtube : Google Privacy Policy and Youtube Terms of Use - API Dailymotion : Terms and Conditions (the "T&Cs")

Theme light / dark. - Generated with ZW3B 7.1.2 : The Web Sites Management System (WSMS)
© 2026 Web application created by LAB3W O.Romain Jaillet-ramey : Web and networks laboratory - InterNet engineering

Français English Español العربية


Comming Soon (◕‿◕) YouQbit.com YouXOR.com YouPredator.com YouTerminator.com ⛔🔜


IDN : IP❤︎10 ' IPv10.Net



Load page: 18.235913038254