0
votes
What is the best way to access a database from PHP?
For executing a command, I'd use functions for commonly executed SQL commands.
These functions can then be used to make something more specific like get_users()
a) Make a function for each …
8
votes
Defend PHP; convince me it isn’t horrible
A couple of people at my university were talking about how bad PHP is recently.
My opinion is that anyone with any knowledge of other programming languages shouldn't even be wasting their t …
