Pls help me with this:
i want to make a php script.suppose In a text input box someone writes "a b c" and submits it i need it to be converted via php to "x y z" and displayed. I will define what characters to change. Like i will define that "a" needs to be replaced with "x" and so on. I have already done this in javascript but it only works in pc. I want to make it for mobile thats why it needs to be in php. Please help me someone and maybe provide me an fully functional example script which does this. Thanks in advance.:-)
i want to make a php script.suppose In a text input box someone writes "a b c" and submits it i need it to be converted via php to "x y z" and displayed. I will define what characters to change. Like i will define that "a" needs to be replaced with "x" and so on. I have already done this in javascript but it only works in pc. I want to make it for mobile thats why it needs to be in php. Please help me someone and maybe provide me an fully functional example script which does this. Thanks in advance.:-)
Comment