Welcome Guest, Not a member yet? Register   Sign In
what is <?=
#1

[eluser]radd[/eluser]
I was unable to google it or look in these forums (query too short) so quick very noob question:
what is <?=base_url()?> and why some examples use <?=. I'm referring at the tags

I can't get to return anything when using <?= instead of <?php echo.
Thanks and sorry for sillynes
#2

[eluser]Unknown[/eluser]
hello.

<?=$var ?> is the same <?php echo $var; ?>

You can read all about that on the fine manual (read the fine manual Tongue=
http://ellislab.com/codeigniter/user-gui...e_php.html

Cheers
#3

[eluser]radd[/eluser]
Thank you, I didn't knew it's called alternative php.




Theme © iAndrew 2016 - Forum software by © MyBB