Welcome Guest, Not a member yet? Register   Sign In
Codeigniter WIndows Apache IIS PHP (display source code partially on page)
#2

[eluser]CroNiX[/eluser]
Are you by change using short php open tags, but don't have them enabled on the server?

Like using
Code:
<?=$some_var; ?>
instead of
Code:
<?php echo $some_var; ?>


Messages In This Thread
Codeigniter WIndows Apache IIS PHP (display source code partially on page) - by El Forum - 07-16-2014, 09:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB