Hello my dear friends,
I don't know much of PHP So I need your help. Can you tell me the "PHP code to take the fatha, kasrah and damma out of an Arabic sentence". "fatha", "kasrah" and "damma" are three vowels in Arabic language.
If you need more information to solve this then please let me know.
Thanks in advance.
Sohan,
New Delhi
Need help from experts of PHP
Moderator: General Moderators
-
sohansinghnegi1
- Forum Newbie
- Posts: 2
- Joined: Wed Oct 29, 2008 12:18 pm
Re: Need help from experts of PHP
Hi,
just use str_replace and replace the words. Or use preg_replace or eregi_replace or str_ireplace (use this if possible).
just use str_replace and replace the words. Or use preg_replace or eregi_replace or str_ireplace (use this if possible).
-
sohansinghnegi1
- Forum Newbie
- Posts: 2
- Joined: Wed Oct 29, 2008 12:18 pm
Re: Need help from experts of PHP
Thank you very much for the very fast reply. I 'll do this and will tell you the result.