Web based alphabet transcoder
Posted: Fri Apr 22, 2005 3:13 pm
Hello all,
I am new to PHP, and don't know how I would get started completing this task. I need to develop a web based alphabet transcoder. Basically, the user would input english text into a text box, click a "Transcode" button and it would output the result. The PHP would need to replace the alphabet letters with other pre-defined letters. These letters are:
The script would also need a reverse-coding function, so if the user paste's the already transcoded text into a seperate text box, then clicks "Reverse Transcode", it would output the legible english text. (I would assume the code for this would be the same as the first option, just re-specifying the alphabet letters to replace)
Any help would be greatly appreciated, thanks!
Edit note: this post is driving me insane. I don't know why it keeps automatically changing the letters with words above, but if you see the word "are", just think of the letter that sounds like that. Same with "you".
Jcart | added
I am new to PHP, and don't know how I would get started completing this task. I need to develop a web based alphabet transcoder. Basically, the user would input english text into a text box, click a "Transcode" button and it would output the result. The PHP would need to replace the alphabet letters with other pre-defined letters. These letters are:
Code: Select all
A=Y
B=C
C=F
D=Z
E=I
F=L
G=J
H=S
I=X
J=T
K=P
L=N
M=T
N=M
O=u
P=B
Q=D
r=E
S=G
T=H
u=K
V=O
W=Q
X=r
Y=V
Z=AAny help would be greatly appreciated, thanks!
Edit note: this post is driving me insane. I don't know why it keeps automatically changing the letters with words above, but if you see the word "are", just think of the letter that sounds like that. Same with "you".
Jcart | added
Code: Select all
tags to remove word filters[/color][/size]