Page 1 of 1
ASCII
Posted: Thu Jul 29, 2004 12:30 am
by ol4pr0
How to create/convert an/to ASCII
Code: Select all
echo '002'; // but than in ASCII my keyboard little bid messed up..
Posted: Thu Jul 29, 2004 1:09 am
by feyd
huh?
Posted: Thu Jul 29, 2004 1:19 am
by ol4pr0
Oke normally you will type alt + some number to get the ASCII right?
however my keyboard is kinda messed up .. i cant get it fixed.. but i do need ASCII output..
Any way to be able to do that .. is fine with me

Posted: Thu Jul 29, 2004 1:21 am
by ol4pr0
or if youre keyboard does work
whats the ASCII for 002 and for 13
Thank you somuch
Posted: Thu Jul 29, 2004 1:28 am
by d3ad1ysp0rk
Whenever i type alt+anything I get a question mark.
Posted: Thu Jul 29, 2004 1:31 am
by ol4pr0
Well that shouldnt be correct alt + 000 should become a ' o ' for example
But thank you for trying
Posted: Thu Jul 29, 2004 1:34 am
by feyd
all ascii characters below 32 are control characters.
Posted: Thu Jul 29, 2004 8:16 am
by liljester
chr(int) function =)
http://www.asciitable.com for a nice list of ascii characters