hello,
Obviously at home i have apachie running so i can test my php pages.
in the database, i have hundreds of image paths.
and they are all currently,
http://localhost/images
so i heard that you can either dump the whole database to a text file and do a find & replace.
Or becuase i use phpmyadmin, i can do a query to replace all the localhost address's with my actual domain.
Could someone please tell me how this can be done?
many thanks,