Jump to content

.PHP site to .HTML


chibakun

Recommended Posts

PHP and HTML are not interchangeable languages. They do very different things. You cannot just convert PHP code to HTML. It's possible to generate static HTML from PHP, but then your site will not be dynamic, and you cannot do things like select data based on a query parameter, which is what it looks like you want.

 

Pay a couple dollars a month and get some hosting.

Link to comment
https://forums.phpfreaks.com/topic/297679-php-site-to-html/#findComment-1518310
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.