Bienvenue sur le blog de Philippe Kouadio

Category Archives: Logiciels et applications

PHP – Print spaces or repeat characters

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 »

PostgreSQL Database in Xampp

Xampp postgreSQL How to Integrate postgreSQL Database to XAMPP in Windows Installing postgreSQL 1. Download the postgreSQL installer from EnterpriseDB. 2. Run the installer and follow the on-screen instruction. Note: pgAdmin also get installed alongside. 3. Assuming XAMPP is located in C:\xampp; using the pgSQL installer, install postgreSQL in say C:\xampp\pgsql\9.1 folder. In my case, ... Read More »

Scroll To Top