show/hide this revision's text 2 added 100 characters in body

If you mean a single landing page (e.g. index.php) which then uses session variables etc. to figure out what code needs to be included, then yes, this is an often used technique.

Edit: and by the above I mean what Daniel Papasian explains in detail in his excellent post

If you mean placing all of your HTML, SQL and PHP in a single file, then no, for the reasons pointed out by GateKiller.

show/hide this revision's text 1

If you mean a single landing page (e.g. index.php) which then uses session variables etc. to figure out what code needs to be included, then yes, this is an often used technique.

If you mean placing all of your HTML, SQL and PHP in a single file, then no, for the reasons pointed out by GateKiller.