Bienvenue sur le blog de Philippe Kouadio

Monthly Archives: September 2016

Paypal Sandbox

Erreur d’invalidité d’exécution lors du checkout de Paypal avec Sand box Voici l’erreur  qui s’affiche: ( [TIMESTAMP] => 2014%2d04%2d29T07%3a24%3a29Z [CORRELATIONID] => 6af6749c848d6 [ACK] => Failure [VERSION] => 109%2e0 [BUILD] => 10800277 [L_ERRORCODE0] => 10002 [L_SHORTMESSAGE0] => Security%20error [L_LONGMESSAGE0] => Security%20header%20is%20not%20valid [L_SEVERITYCODE0] => Error ) Cette erreur indique que vous n’avez pas entré les bonne information ... Read More »

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 »

Scroll To Top