Hi
We moved our php/mysql database from one host to another.
After the move we notied our images were not showing up.
We need change the path to the images.
the table name is called "categories" the field we need to change is called "productImage"
in the productImage field we have a path like this http://www.domainname1.com/productsimages/imagename.jpg
we need to change the path to
http://www.domainname2.com/productsimages/imagename.jpg
I tried to create the sql statement and had to reload the database because i screwd up the field.
how do I replace all the path names in alll records that meet this criteria from domainname1 to domainname2 and leave the rest of the path the same.
Thanks in advanced