Bonjour,

J'ai un petit problème avec le framework slim, je sais pas pourquoi mais quand je fais un action="page" ça marche pas mais pas du tout ...

Le index.php ( le rooter ) : http://hastebin.com/fehepotopu.tex

Le formulaire : http://hastebin.com/dihenotope.xml

Le traitement : http://hastebin.com/fulokeziru.php

La classe : http://hastebin.com/apawuvuluk.php

Pourquoi est ce que quand je clic sur le bouton s'inscrire RIEN ne se passe ? :/

Merci beaucoup !

1 réponse


$app->get('/TraitementInscription', function(){

    require 'Lib/header.php';
    require 'Page/traitementRegister.php';
    require 'Lib/footer.php';

});

ça serait plutôt $app->post