i have a table in a mysql database with 712 regists.
in one of the columns called "page" i have the page name that corresponds to each of the regists, like for example "paga_name.htm".
the problem is that i've implemented a php script in all those pages and now they are no longer htm pages, they are php pages, is there an easy mysql command to change the regists in the page column from "blablabla.htm" to "blablabla.php" without having to change one at a time?
thanks in advance.