I have the following code:
<link href="<?=__CSS__?>/style.css" rel="stylesheet">
__ CSS __ is a constant related to the path of the styles folder but in the browser it’s converted like this:
<link href="<?=__CSS__?>/style.css" rel="stylesheet">
Is there a configuration problem?How can i fix this?
Solution #1 : enable shorttags
Set
in php.ini
And restart your Apache server.
Solution #2 : don’t use it
Change
to