Is there a php function to convert text to decimal ncr?

manhal

Newbie
Joined
Apr 15, 2009
Messages
48
Reaction score
2
Is there a way to convert input texts to its decimal ncr in php?
I am currently using the form method (<form> & <input>) to send text information to a php file.

But I would like to send these texts converted to ncr decimal.
For example, when I type "abc" in text input, I want it to be sent to php as

& #97 ;&#98 ;&#99 ;

The reason because post returns error when text contains quotas, question marks, smile faces ... etc.

Thanks
 
Google is your friend

Code:
http://www.phpbuilder.com/board/showthread.php?t=10363200

-aReJay
 
Back
Top