Hi,
I am in the process of building my own site. When I hosted the domain name, I set up the initial page in %26#039;Nucleus%26#039; a PHP program. Now, I realize that since I am familiar with HTML, I might as well convert my PHP site to HTML for better content control. The dilemna is; how do I reconvert my PHP based site (in construction phase) to HTML so that I can work on it? Any help?
How do I reconvert my PHP based website to HTML?
I find it silly to %26quot;degrade%26quot; a PhP script to its brute HTML, but if it is what you want...
- Get each page in your browser.
- Click the browser %26quot;Page%26quot; tag, %26quot;save as...%26quot;, file type: %26quot;webpage, complete, HTML%26quot;.
- You end up with just the HTML code (and loose any interactivity, form submissions, Dbase access etc, returning to pure, old fashion %26quot;static%26quot; pages)
How do I reconvert my PHP based website to HTML?
Not sure I understand, php is dynamic content. A php file contains HTML, php code is what shows up between %26lt;?php and php?%26gt; or %26lt;? and ?%26gt; everything is html.
No comments:
Post a Comment