If you take a page that was coded in "Compliant HTML", and give it a .php suffix, it works as if nothing had changed. Giving a page a .php suffix thus making it into a PHP page has no effect and works exactly as any static HTML page does. You could then introduce simple PHP Functions such as a "Footer Include" for example and thus bit by bit acquire some PHP skills.
|