
07-01-2006, 02:16 PM
|
|
|
Join Date: May 2004
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by AndrewD
You can do this within LDM itself. Go to the LDM/admin/categories
For each category, select mass edit, then select all the entries, then check the 'edit url' box andtype olderserver.com in the first box and newserver.com in the second.
Depending on how many entries you have in your database, you may have to repeat this a few times.
|
Thanks,
I used this and it worked well
Quote:
UPDATE tablename SET fieldname = replace( fieldname, "old", "new" );
|
|