hi,
i need to create a html file with some value from the input form. I knew that I can use
fput($file, ""); something like that to create the file, I'm just wodering, can i create a template html file and dump the value into it since in this way i can easier to modify the html format. any suggestion?
Keith