Need help from experts of PHP

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

Post Reply
sohansinghnegi1
Forum Newbie
Posts: 2
Joined: Wed Oct 29, 2008 12:18 pm

Need help from experts of PHP

Post by sohansinghnegi1 »

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
Hannes2k
Forum Contributor
Posts: 102
Joined: Fri Oct 24, 2008 12:22 pm

Re: Need help from experts of PHP

Post by Hannes2k »

Hi,
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

Post by sohansinghnegi1 »

Thank you very much for the very fast reply. I 'll do this and will tell you the result.
Post Reply