Personally, I strongly dislike PHP and yet I still choose it for new projects sometimes. The main reasons? Being able to use `<?php ... ?>` blocks inline with HTML, and not having to add any boilerplate import statements just to get to basic CGI functionality. Such small trivial features, but they provide enough pain relief that they're sometimes worth it.