How do 'you' create a PHP page?

josephman1988

New member
Basically I want to know how other people programme in PHP. Because what I do is start off with a HTML page, then incorporated PHP into it. Whether its writing code straight in, or including pure PHP scripts. Is this the proper way to code in?
 
You method is ok for small php scripts. But once you get more experiance and learn OOP you will only do that will very small projects and use OOP for anything else.
 
Back
Top