Static website in Dynamic

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Static website in Dynamic

Post by social_experiment »

sonia585 wrote:I am making a website of 5 pages in HTML can i change it in php later?
If by 'change it in php' you mean add php code later then yes; you will have to save the pages with a .php extension then and run them on a webserver that supports php.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
parul853
Forum Newbie
Posts: 2
Joined: Wed Sep 26, 2012 12:37 am

Re: Static website in Dynamic

Post by parul853 »

Just we have to save as the pages of that website?Or we have to do something else?
Post Reply