Hello

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can you convert php into html? I have a program in php how can I convert
into html to work with front page?

Kind Regards
 
HTML is not a server side scripting language, if you're thinking that you
can convert PHP to the equivalent in HTML (there's no such thing).

To open PHP files in FP you need to set the editor type under "Options" (I
think) so FP can 'associate' itself with, and open the PHP files.

There's no need to convert anything.
 
A web application written in PHP is a mixture of PHP and HTML.There's no way
to make it pure HTML since that would break the application as PHP makes the
whole thing run by emitting HTML to the browser.
 
It may be that, or it may be a pure HTML page saved with a php extension for
whatever reason....
 
Although it would be hard to write a program in pure HTML, wouldn't it? :-)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top