CodeIgniter Forums
Urgent ! PHP not loading in views - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Urgent ! PHP not loading in views (/showthread.php?tid=13062)



Urgent ! PHP not loading in views - El Forum - 11-09-2008

[eluser]Unknown[/eluser]
Hi,

On my server my pages are not displaying however it is working fine in my local system. I found that the position where the display stops is at <link href=" in the view file.

<link href="<?php echo site_url();?>images/samplecss.css" rel="stylesheet" type="text/css" />

PHP is not executing in the views. Please help me with this as its urgent.

Thanks.
John


Urgent ! PHP not loading in views - El Forum - 11-10-2008

[eluser]George Ornbo[/eluser]
Have you got error reporting turned on?

What if you type sdafsdfadsfasdfasdf within a PHP tag. Do you see an error?