Question

How do you enable short tags (i.e. <? and <?=) when using WebMatrix as your web server?

Was it helpful?

Solution

Short open tags is a property of php.ini config file... Do a simple script like this: <?php phpinfo(); and run it to see the location of php.ini file...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top