Sorry, this entry is only available in Français. Read More »
Tag Archives: php
(Français) Faire la sauvegarde d’une base de données
October 27, 2018
Sorry, this entry is only available in Français. Read More »
(Français) Téléverser un fichier csv dans la base de données
October 26, 2018
Sorry, this entry is only available in Français. Read More »
PHP Pass variables by URL
December 11, 2016
Sorry, this entry is only available in Français. Read More »
PHP user input data checking
December 11, 2016
Sorry, this entry is only available in Français. Read More »
(Français) codes PHP – configurer accés base de données
September 27, 2016
Sorry, this entry is only available in Français. Read More »
PHP – Print spaces or repeat characters
September 8, 2016
Afficher un ou plusieurs espace entre deux paramètre lors de l’affichage php La fonction str_repeat (a,b) permet de répéter b fois a. a = imput, b = multiplier. B>=0. Espace en html: “ ”. Ainsi si on veut afficher 10 espaces, on écrira: echo str_repeat(“ ”,10); On peut utiliser cette fonction pour répéter plusieurs fois n’importe quoi, ... Read More »
(Français) PHP – Connexion BD insertion TB
July 29, 2016
Sorry, this entry is only available in Français. Read More »
Add php page to wordpress
March 21, 2016
Source: Adam Hopkinson You don’t need to interact with the API, or use a plugin. First, duplicate post.php or page.php in your theme folder (under /wp-content/themes/themename/). Rename the new file as templatename.php (where templatename is what you want to call your new template!). Enter the following <!–?php /* Template Name: templatename */ ?–> at the ... Read More »