| < Précédent | Suivant > |
|---|
Formule A la Carte2
{kl_php}
if(!isset($_GET['tfa_next'])) {
echo iconv("UTF-8","ISO-8859-1//TRANSLIT",file_get_contents("http://app.formassembly.com/rest/forms/view/82224"));
} else {
echo iconv("UTF-8","ISO-8859-1//TRANSLIT",file_get_contents("http://app.formassembly.com/rest".$_GET['tfa_next']));
}
{/kl_php}


