On Mon,  5 Mar 2001 08:59, Erdinc Guler wrote:
> hi..
> my problem is to change some characters from input data coming from a
> form to something..i mean like :
> input    output
> -----    ------
> i    -->  y
> fire -->  fyre
>
> Is it possible??
>
> erdinc..

Have a look in the String Functions section of the manual. In particular, 
substr_replace, str_replace or strtr. Also the Regular Expressions 
section if you want more complex replacement capabilities.

-- 
David Robley                        | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet                            | http://auseinet.flinders.edu.au/
            Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to