|
Posted by Colin McKinnon on 09/13/05 12:47
jarrett.roberts@gmail.com wrote:
> I have been hosting a website on the same server for roughly 2 years.
> The entire site is based on a group of PHP scripts. Today, without
> changing a thing, the server stopped recognizing all PHP keywords and
> syntax. When I use firefox, the page simply displays a text/plain
> version of my source code. When I use IE, the page loads as text/html,
> however, all lines of PHP code (between "<?" and "?>") are displayed as
> text.
>
> My assumption is that my host has stopped providing PHP extensions.
> Can anybody confirm this or give me another explanation?
>
> All help is greatly appreciated!
>
Don't you use '<?php' to start your code blocks? Maybe the provider has
switched short_open_tag off.
C.
Navigation:
[Reply to this message]
|