Welcome Guest, Not a member yet? Register   Sign In
Can you insert an if condition in a view file?
#11

[eluser]titanite[/eluser]
Hi guys!

You were right, it was the short tags. I have learnt my lesson.. am not using short tags anymore. Once I change everything to below.. it worked like magic. I still don't know why some short tags work others don't.
But I will be using <?php from now on to ensure the portability of the code.

Code:
<title><?php echo "$info->title"; ?></title>
</head>
<body>
<h1>&lt;?php echo "$info->title"; ?&gt;</h1>
    
<h2>Title: &lt;?php echo "$info->title"; ?&gt;</h2>
<h2>Marketed title: &lt;?php echo "$info->title_marketed"; ?&gt;</h2>
<h3>Directed by: &lt;?php echo "$info->director_1"; ?&gt;&lt;?php if($info->director_2) { echo ", $info->director_2";} ?&gt;</h3>
<p>Review:</p>
<p>&lt;?php echo "$info->text;"?&gt;</p>


<p>Written by author &lt;?php echo "$info->author"; ?&gt;</p>
<p>on date &lt;?php echo "$info->date" ?&gt;</p>

Thanks for your help! Smile


Messages In This Thread
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 03:48 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 06:34 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 06:40 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 06:41 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 06:46 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 06:58 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 10:18 AM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 12:40 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 01:11 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 01:13 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 01:17 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 01:18 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 01:59 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 02:02 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 02:02 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 02:04 PM
Can you insert an if condition in a view file? - by El Forum - 04-18-2010, 09:38 PM
Can you insert an if condition in a view file? - by El Forum - 04-19-2010, 11:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB