IE7 => end tag?

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

 



My Browser IE7 reads => as in array declaration as end tag and exit from php.
All text afterwards will displayed as text.

<?php
/*
Load [http://localhost/ewiki/tools/t_setupwiz.php] with your browser 
to generate an "ewiki.ini" file by using a simple configuration
wizard, which queries you about all the features (plugins) and
settings you wish to use.
Save the generated .ini file to disk and then load the "ini.php"
script instead of "config.php" or "ewiki.php".

- not yet 100% compatible with the new *.meta data files
- beware of spaghetti code
*/

#-- .meta info
include("../plugins/lib/pluginmetadata.php");
$_cached = !empty($_POST);
ewiki_pmd($_cached);
#-- defaults for the separately handled database settings in $db[]
if (!($db = $_REQUEST["db"])) {
$db = array("type" => NULL,
"server" => "localhost",
"dbname" => "test",
"table" => "ewiki",
"dir" => "/tmp",
"dba" => "/tmp/wiki.dbm",
);
}
....



NULL, and the following text is displayed in browser
Who knows how to change this behavior?

[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