[eluser]The Wizard[/eluser]
[quote author="titanite" date="1271636231"]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><?php echo "$info->title"; ?></h1>
<h2>Title: <?php echo "$info->title"; ?></h2>
<h2>Marketed title: <?php echo "$info->title_marketed"; ?></h2>
<h3>Directed by: <?php echo "$info->director_1"; ?><?php if($info->director_2) { echo ", $info->director_2";} ?></h3>
<p>Review:</p>
<p><?php echo "$info->text;"?></p>
<p>Written by author <?php echo "$info->author"; ?></p>
<p>on date <?php echo "$info->date" ?></p>
Thanks for your help!

[/quote]
1. get a mac

2. install mamp
3. install textmate
4. continue to use shorttags

5. take care!