[PHP] ds un formulaire forcer la casse

ds un formulaire forcer la casse [PHP] - PHP - Programmation

Marsh Posté le 16-12-2002 à 14:59:55    

pour le nom je veux tout en Majuscule  
pour le prenom seulement la premiere lettre  
 
merci  ;)  
voici le code du formulaire  
 
<H2><b><u>Ajouter un contact :</b></u></H2>
<form action="send.php" method=post name="test">
<table border="3" table bordercolor="green">  
<tr>  
<th> Nom </th>  
<th> Prénom </th>  
<th> fonction </th>  
<th> tel </th>
</tr>
<td> <input type=text name=nom> </td>  
<td> <input type=text name=prenom> </td>  
<td><input type=text name=fonction></td>  
<td><input type=text name=tel></td>
</table>
<br>

Reply

Marsh Posté le 16-12-2002 à 14:59:55   

Reply

Marsh Posté le 16-12-2002 à 15:05:59    

tout en MAJ
http://www.php.net/manual/fr/function.strtoupper.php
1ère Lettre en maj
http://www.php.net/manual/fr/function.ucfirst.php


---------------
...oups kernel error...
Reply

Marsh Posté le 16-12-2002 à 15:30:52    

merci  ;)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed