PDA

View Full Version : Help with query to change profile field


Krahl
04-08-2006, 09:15 PM
Hi folks,

I've been messing with this for a bit but can't figure it out. I would like to perform a query to change the content of a user profile field.

Basically, in user profile FIELD6, change all instances of "FOO" to "BAR".

Can anyone point out either a place to figure this out or give the proper code to use?

Muchly appreciated!

Paul M
04-08-2006, 09:18 PM
Use the php str_replace (http://uk2.php.net/str_replace) function ?