Re: httpd not interpreting a php file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 24 October 2014 22:12, David OBrien <dgobrien@xxxxxxxxx> wrote:
> Is there an include file maybe with a diff extension that you were allowing
> as php?

$disp=new Disp("login.htm",array("LOGGEDIN","LOGIN"));

This Disp thingy cuts that html into pieces and displays one of them on request.

It is in another file, I guess that does not work for some reasons.

And, in spite of setting error_reporting(E_ALL), I do not get any
error message on this.

I put a Hello World echo and it does not show up.

Instead, code from this is displayed:

if (!$session->tryLogin($berlet_username,$berlet_password)) {
      $OUT_hiba="Hiba! Hibás bérlet azonosító vagy jelszó!";
      $OUT_berlet_username=$berlet_username;

as

tryLogin($berlet_username,$berlet_password)) { $OUT_hiba="Hiba! Hibás
bérlet azonosító vagy jelszó!"; $OUT_berlet_username=$berlet_username;
} } etc.

Could a non-initialised $session be the cause for this?

- Gergely

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php






[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux