PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Thu Jul 29, 2004 12:30 am
How to create/convert an/to ASCII
Code: Select all
echo '002'; // but than in ASCII my keyboard little bid messed up..
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Jul 29, 2004 1:09 am
huh?
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Thu Jul 29, 2004 1:19 am
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
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Thu Jul 29, 2004 1:21 am
or if youre keyboard does work
whats the ASCII for 002 and for 13
Thank you somuch
d3ad1ysp0rk
Forum Donator
Posts: 1661 Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA
Post
by d3ad1ysp0rk » Thu Jul 29, 2004 1:28 am
Whenever i type alt+anything I get a question mark.
ol4pr0
Forum Regular
Posts: 926 Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador
Post
by ol4pr0 » Thu Jul 29, 2004 1:31 am
Well that shouldnt be correct alt + 000 should become a ' o ' for example
But thank you for trying
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Thu Jul 29, 2004 1:34 am
all ascii characters below 32 are control characters.