{PHP}
Résolu
ryuuku
-
ryuuku -
ryuuku -
A voir également:
- {PHP}
- Easy php - Télécharger - Divers Web & Internet
- Expert php pinterest - Télécharger - Langages
- Retour a la ligne php - Forum Webmastering
- Alert php - Forum PHP
- Retour a la ligne php ✓ - Forum PHP
6 réponses
Mais je comprend pas pourquoi j'y arrive pas.
Voila la page web https://www.000webhost.com/migrate?static=true
Voila la page web https://www.000webhost.com/migrate?static=true
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>Mini Traducteur</title> </head> <body> <div id="translator" align="center"> <table> <tr> <td colspan="2"> <textarea class="text" rows="5" cols="25"></textarea><br /> </td> </tr> <tr> <td> Du <select class="from"> <option value="fr">Français</option> </select> </td> <td> À <select class="to"> <option value="geek">Geek</option> </select> </td> </tr> <tr> <td colspan="2"> <input type="submit" class="send" value="Traduire" /> </td> </tr> </table> <h3>Résultat: </h3> <div class="result"></div> </div> <?php ((str_replace('a','1'),(str_replace('b','2'),(str_replace('c','3'),(str_replace('d','4'),(str_replace('e','5'),(str_replace('f','6'),(str_replace('g','7'),(str_replace('h','8'),(str_replace('i','9'),(str_replace('j','10'),(str_replace('k','11'),(str_replace('l','12'),(str_replace('m','13'),(str_replace('n','14'),(str_replace('o','15'),(str_replace('p','16'),(str_replace('q','17'),(str_replace('r','18'),(str_replace('s','19'),(str_replace('t','20'),(str_replace('u','21'),(str_replace('v','22'),(str_replace('w','23'),(str_replace('x','24'),(str_replace('y','25'),(str_replace('z','26')); ?> </body> </html>
Bonjour, votre code PHP est faux, il faut qu'il soit sous cette forme:
str_replace('a','1',str_replace('b','2',str_replace('c','3',$_POST['translate'])))
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question