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....
 
Back
Top