|
|
|
|
|
by badsectoracula
2642 days ago
|
|
The other thing it does excellently is that you can take any .html file, renamed it to .php and add some <?php code ?> and it'll work. In a previous site of mine i had the entire site be statically generated but needed some server-side stuff in one of the pages, so i put something like %%PHPCODEHERE%% and modified the script that built the site to replace the %%PHPCODEHERE%% with the contents of a .php script. |
|