I've been developing PHP system for around a year now and there's one thing that's always been "a mystery" to me.
What the best way of organizing my files?
Let's say I've a user login system.
Which was is the best - or is that a matter of opinion?
Multiple files
login.php, check.php, loggedon.phpLess files
login.php, login.php?action=veryfi, loggedon.php
Looking forward to hear from you:)