I’m reading the book “PHP for absolute beginners” and I got to the part which says that this peace of php code:
<?='Weird'?>
yields the text inside quotes.
But this isn’t the case for me and I’m not sure why.
Anyone knows the problem?
I’m using Apache/mySQL (XAMPP) and Eclipse.
There is a server config to enable or disable short tags.
http://php.net/manual/en/ini.core.php
tag is short_open_tag and is located in the php.ini file