Hey how can i change something on a site in all pages at one time instead of chaneging it to every page individually?
What do you mean? Can you explain more? Surely you can use php to do a str_replace or preg_replace on all your pages.
yea like i have a site www.ugplay.com and let say i want to change or add something to all the pages at one time instead of makeing that change to everypage how can i do that
it all depends how your site is setup.... if you have lots of individual html pages, then u'll have to do it manually, but if you have a db driven site, php or something, it should be much easier
yea i have dreamweaver....and my pages are html how can i do it with dreamweaver then? and also can dreamweaver do php's?