devwiki:php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
devwiki:php [2021/12/23 17:41] – [PHP and SQL] yingdevwiki:php [2022/11/16 16:16] (current) – [Python to Php] ying
Line 85: Line 85:
 '\n'.join(res_list) '\n'.join(res_list)
 </code> </code>
 +
 +====== Use PHP as HTML File output process ======
 +
 +  * other than serve php page through apache server, php in commandline also can be used to create html local page.
 +  * cmd code for render php to html file<code>
 +cd php_root_path
 +php.exe D:\path_to_php_web_page\test.php D:\path_to_php_web_page\test_out.html
 +</code>
 +
  • devwiki/php.txt
  • Last modified: 2022/11/16 16:16
  • by ying