Welcome Guest, Not a member yet? Register   Sign In
Need Basic MVC Example
#7

[eluser]cupidleomanoj[/eluser]
hi oppenheimer,
* your told that your are not familiar with the syntax <title><?=$page_title?></title>, there are "short_open_tag" in PHP, it is very common as of the <title><?php echo $page_title; ?></title>.
* To use this shortcut syntax you need to enable the short_open_tag in the phpinfo();

follow the example:

<?php
$message1 = "<p>This is my primary message.</p>\n";
?&gt;
&lt;?php echo $message1; ?&gt; //normal syntax
&lt;?=$message1?&gt; //shortcut syntax


Messages In This Thread
Need Basic MVC Example - by El Forum - 05-03-2011, 08:59 AM
Need Basic MVC Example - by El Forum - 05-03-2011, 01:18 PM
Need Basic MVC Example - by El Forum - 05-03-2011, 01:35 PM
Need Basic MVC Example - by El Forum - 05-03-2011, 03:36 PM
Need Basic MVC Example - by El Forum - 05-03-2011, 06:01 PM
Need Basic MVC Example - by El Forum - 05-04-2011, 09:17 AM
Need Basic MVC Example - by El Forum - 05-04-2011, 09:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB