$file_var= fopen(“newfile.html”, ‘w’);
fwrite($file_var= , $html_elements);
fclose($file_var);
To use this file in html code:
include(“newfile.html”);
$file_var= fopen(“newfile.html”, ‘w’);
fwrite($file_var= , $html_elements);
fclose($file_var);
To use this file in html code:
include(“newfile.html”);