Is it advisable to start learning PHP if it is not going to be my main profession?

It can be beneficial to start learning PHP even if it's not your main profession, as it can enhance your skills and open up new opportunities. PHP is a versatile language used in web development, so having knowledge of it can be valuable in various roles. Additionally, learning PHP can help you understand the basics of programming and web development concepts.

```php
<?php
echo "Hello, World!";
?>