show/hide this revision's text 3 added 66 characters in body

I'm not sure how I should express this, but I'll give it a try.
I recently started coding my portfolio in object-oriented PHP and I'm wondering if it's according to best practices to use a single page where the content changes depending on SQL data and the $_GET variable?

If so/not, why?

Edit: Take a look at my next post, more in-depth details.

show/hide this revision's text 2 edited tags
show/hide this revision's text 1

Pros and cons of using one file for entire webpage?

I'm not sure how I should express this, but I'll give it a try.
I recently started coding my portfolio in object-oriented PHP and I'm wondering if it's according to best practices to use a single page where the content changes depending on SQL data and the $_GET variable?

If so/not, why?