Hi folks!

If $array contains the following:

boy => hello
girl => hi
dog => bark

How can I alter all the elements the same way?

e.g. so that it now conatins:

Xboy => Xhello
Xgirl => Xhi
Xdog => Xbark

thanks!
jaxon


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