|
Converting HTML to PHP Basic |
|
PHP Resources -
Handy PHP Tutorials
|
|
Written by M. L. Griswold
|
|
Sunday, 24 September 2006 |
How do I convert my HTML website to PHP?
This is a question that I have seen many times in forums and I've decided to sit down and actually explain the process but first we'll examine why someone might want to do this.
Most of the time people are wanting to switch to a PHP website is because they want to add features to their site which requires the use of PHP or they have recently started learning PHP and want to redo their website with their new knowledge. I think the biggest reason is because they want to include external files in their web-pages like a menu file or some other such content that is the same on every page but needs editing from time to time. They just want to edit the one file which makes sense and is what I do when I design a website from scratch using PHP.
What many people don't realize is that there isn't really much converting to do. All you are doing in the end is changing the way that the HTML is generated.
|
|
Last Updated ( Saturday, 10 May 2008 )
|
|
Read more...
|