Comment envoyer avec php le code ascii de la touche Entrée ?

Comment envoyer avec php le code ascii de la touche Entrée ? - PHP - Programmation

Marsh Posté le 16-04-2003 à 15:59:48    

Salut,
 
Oui, dans mon script, je dois envoyer l'equivalent de la touche entrée quel est ce caractere d'echappement ?
 
 :jap:


---------------
Linuxois1 ex- Linuxois pour perte de mot de passe et @ adresse mail n'existant plus.
Reply

Marsh Posté le 16-04-2003 à 15:59:48   

Reply

Marsh Posté le 16-04-2003 à 22:40:05    

linuxois1 a écrit :

Salut,
 
Oui, dans mon script, je dois envoyer l'equivalent de la touche entrée quel est ce caractere d'echappement ?
 
 :jap:  


fais un ord(chr(13)) ou ord(chr(10))

Reply

Marsh Posté le 18-04-2003 à 08:13:11    

berceker a écrit :


fais un ord(chr(13)) ou ord(chr(10))


 
\r\n tout simplement.
 
le \r = au code ascii 10 (retour chariot et le \n au code ascii 13 (passega a la ligne.


---------------
Linuxois1 ex- Linuxois pour perte de mot de passe et @ adresse mail n'existant plus.
Reply

Marsh Posté le 18-04-2003 à 09:51:51    

linuxois1 a écrit :


 
\r\n tout simplement.
 
le \r = au code ascii 10 (retour chariot et le \n au code ascii 13 (passega a la ligne.


tu voulais le code asci ou son effet?

Reply

Marsh Posté le 18-04-2003 à 10:27:52    

linuxois1 a écrit :


 
\r\n tout simplement.
 
le \r = au code ascii 10 (retour chariot et le \n au code ascii 13 (passega a la ligne.

si tu connais la reponse,prkoi tu pose la question? :??:


---------------
lecteur mp3 yvele's smilies jeux de fille
Reply

Marsh Posté le 18-04-2003 à 10:50:08    

linuxois1 a écrit :


\r\n tout simplement.
 
le \r = au code ascii 10 (retour chariot et le \n au code ascii 13 (passega a la ligne.


Avec un pseudo pareil, tu postes le retour chariot de Windows... :sarcastic:


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Marsh Posté le 18-04-2003 à 12:13:00    

Taiche a écrit :


Avec un pseudo pareil, tu postes le retour chariot de Windows... :sarcastic:  

en php,que ca soit windows,ou linux,le routeur charriot c'est \n  :heink:


---------------
lecteur mp3 yvele's smilies jeux de fille
Reply

Marsh Posté le 18-04-2003 à 12:20:03    

forummp3 a écrit :

en php,que ca soit windows,ou linux,le routeur charriot c'est \n  :heink:  


Non, \r\n sous Windows et \n seulement sous Unix.


---------------
Everyone thinks of changing the world, but no one thinks of changing himself  |  It is the peculiar quality of a fool to perceive the faults of others and to forget his own  |  Early clumsiness is not a verdict, it’s an essential ingredient.
Reply

Sujets relatifs:

Leave a Replay

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