This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
create php pages

I've had php scripts uploaded sucessfully for some security on subscription type pages, to my premium site but need to create .php pages.
I'm using an html template that I usually just copy paste and redo a page to meet my needs. How do I convert these pages or create new ones into .php so my scripting will work properly?
I've noticed this html coding:


at the very top of each page. I know this has something to do with it as the pages cannot be public or html.
Any help would be appreciated.
Thank you

Re: create php pages

Change the file extension from html to php and then add the php code into the page.

Re: create php pages

Sorry for my ignorance. Where exactly do I change the file extension?

Re: create php pages

The way to make the php is by when you are using a text editer, where it says save as, instead of txt or html put .php and it will save it as a php file

Re: create php pages

Ok Thank You!