Php Extensions

S

sindee

I just obtained an awesome program it is all installed, but I can't figure out how to edit it in Front Page, I can open the php files in front page, but how can I go about editing them or converting them to htm or html for easier editing? Thanks! Sindee
 
T

Thomas A. Rowe

You can't convert them, as they contain Server-Side scripting, you have to work on them in HTML /
Code View.

You need to understand PHP and contact the author of the application on how to add your headers,
footers, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


sindee said:
I just obtained an awesome program it is all installed, but I can't figure out how to edit it in
Front Page, I can open the php files in front page, but how can I go about editing them or
converting them to htm or html for easier editing? Thanks! Sindee
 
A

Andrew Murray

if you can open them in frontpage, you need to probably go to "Code (HTML) view".

Since PHP can be embedded in html (like javascript) it should be in the code view
that you can change the code.


sindee said:
I just obtained an awesome program it is all installed, but I can't figure out
how to edit it in Front Page, I can open the php files in front page, but how can
I go about editing them or converting them to htm or html for easier editing?
Thanks! Sindee
 
Top