sparky Posted October 22, 2003 Share Posted October 22, 2003 I need a routine that will change all data that is in a field to something else... Example: where class=\"abc\", I want to change it to class=\"123\"/ Thanks in advance. Quote Link to comment https://forums.phpfreaks.com/topic/1210-global-change-of-data/ Share on other sites More sharing options...
Barand Posted October 22, 2003 Share Posted October 22, 2003 mySQL REPLACE function is what you are looking for. Check it out in the manual under string functions. Quote Link to comment https://forums.phpfreaks.com/topic/1210-global-change-of-data/#findComment-4047 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.