7

Super inconsistent function naming in PHP.
And how some things are object-oriented and some are functions.

Comments
  • 2
    Noticed the tags. Don't use mysqli, use the PDO classes. They're actually one of the best bits of PHP in my experience.
  • 1
    It's something you never fully get used to but learn to live with.
  • 0
    @Zaphod65 I currently use the MySQLi class, but I'll try PDO for the next project.
Add Comment