Welcome Guest, Not a member yet? Register   Sign In
I can see php codes in html output
#5

[eluser]meridimus[/eluser]
I use short tags too, CI used to advise to turn it on but now they suggest you leave it off and instead of using:

Code:
<?=$variable?>

It's advised to do

Code:
<?php echo $variable; ?>

But, of course just do what you prefer. I prefer the short-hand of short-tags


Messages In This Thread
I can see php codes in html output - by El Forum - 01-16-2009, 07:57 PM
I can see php codes in html output - by El Forum - 01-16-2009, 08:03 PM
I can see php codes in html output - by El Forum - 01-16-2009, 08:13 PM
I can see php codes in html output - by El Forum - 01-16-2009, 08:16 PM
I can see php codes in html output - by El Forum - 01-17-2009, 01:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB