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. 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. Link to comment https://forums.phpfreaks.com/topic/1210-global-change-of-data/#findComment-4047 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.