Jump to content

[SOLVED] PHP code displayed


Recommended Posts

Hello,

 

I have just set up Apache 2, MYSQL and PHP 5 on OpenSuse 11.1. I am able to see my phpinfo page. I have uploaded my website to the server and experiencing some odd behaviour. The website works fine on a windows 2003 platform. PHPmyadmin also works fine.

 

Here is the ouput of a page, it should display a login box. (the same file works fine on our windows server)

 

Any ideas what is going on and how to fix it?

 

thanks in advance

 

 

\n"; echo " \n"; echo $header; echo " \n"; echo " \n"; echo "

\n"; include("includes/admin/menu.inc.php"); echo $menu; echo "

\n"; echo "

\n"; echo $content; echo "

\n"; echo " \n"; } } else { include("includes/admin/login.inc.php"); echo $login; } ?>

Link to comment
Share on other sites

Ummm. Posting the output is nice, but seeing the source code that produces that output would directly allow someone to tell you why it is not being seen as php code.

 

Best guess, you got caught using the lazy-way short open tag <? and need to change you code to use full opening <?php tags.

Link to comment
Share on other sites

someday.

And that would be every time you move to a different server or someone updates your server and does not change the setting from the recommend default (OFF) value.

 

In the time you have lost working on this problem, you could have used a programming editor's global file search/replace and gone through all your files and fixed the problem.

Link to comment
Share on other sites

  • 4 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.