hi,
yes you can save as html file.
use php's file functions as mentioned in the manual.
while writing to a file name the file as "my_file.html" and write to it.
Now its all upto you what you would write in it.
The name of server or whichever database software you are using is immaterial.
just take data from tables and write to this file
cheers!