RE: IE7 => end tag?

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

 



> 
> #-- .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?

I don't know if this will fix your problem, but you have an extraneous comma
after'"dba" => "/tmp/wiki.dbm",'.  Also try enclosing NULL in quotes and see
if your problem goes away.

JM

-- 
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