EasyPHP >screenshots >introduction >faq >forums >download


For Windows Vista/Seven issues, please read the FAQ or leave a detailed message


Php Script Not Executed - Need Help! O_o

Posted by: Dk ()
Date: July 19, 2010 07:42PM

Hi, can anybody help me?
I've just installed EasyPHP 5.3.2i on two windows 7 pcs, and in both of them i encountered the same problem.

When i open a php page from local web it shows the page without executing the php script part.
It shows the html part without mind to the php part, for example:

<?php
require("dbmanagement.php"winking smiley;
if(!session_id()) session_start();
if(!session_is_registered(_userid))
{
$_SESSION['source']=$_SERVER['PHP_SELF'];
header("location:login.php"winking smiley;
exit();
}
?>

I've tried in my altervista webspace and it worked well redirecting the page to login.php not showing the control panel.
In all the logs files there aren't any errors and everything is running propely.

Do i miss to config something?
Thanks in advance.

P.s. I've just tried EasyPHP 5.2.10 as well...same!
The only error i found in logs is about favicon:
File does not exist: C:/Program Files/EasyPHP5.2.10/www/favicon.ico



Edited 1 time(s). Last edit at 07/19/2010 08:21PM by Dk.
Navigate: Previous MessageNext Message
Options: ReplyQuote


Subject Views Written By Posted
Php Script Not Executed - Need Help! O_o 469 Dk 07/19/2010 07:42PM
Re: Php Script Not Executed - Need Help! O_o 166 Bas 08/04/2010 02:59PM
Re: Php Script Not Executed - Need Help! O_o 206 Guillaume Nivet 08/22/2010 12:35AM


Your Name: 
Your Email: 
Subject: