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.