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.
