| name | language | licence |
|---|---|---|
| SPIP : Tag spip cron et erreur w3c | Other | Other |
| SQL : Ajouter une clé primaire multicolonne | Other | Other |
| TYPOSCRIPT : Conditions tester id de la page courante | Other | Other |
| TYPOSCRIPT : Typoscript mega exemple : TMENU, MULTILANGUE, TEXT, CONDITIONS , ATTRIBUT TITLE, FIL D' | Other | Other |
| CSS : reset des styles et comportements par defaut des navigateurs | CSS | Other |
| PHP : document root et autre info de $_SERVER | PHP | Other |
| THUNDERBIRD : transfert auto des mail vers une ou plusieurs autres adresses | Other | Other |
| Untitled Snippet | Other | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
language: PHP
licence: Other
PHP : document root et autre info de $_SERVER
options: view full snippet • send to code collector
//afficher le document root du serveur echo $_SERVER["DOCUMENT_ROOT"]; //pour avoir toutes les infos du serveur printr($_SERVER[]);



library
html (48)