Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Help with this script


tiggz1980 - 10:23 pm on Feb 28, 2011 (gmt 0)


Hi all I need a little help with the following script below not massive on php but keep getting T-VARIABLE ERROR.

HELP!

<?php
/**
* Copyright (c) 2008- Samuli Järvelä
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* [eclipse.org...] If redistributing this code,
* this entire header must remain intact.
*/

/* For configuration instructions, see ReadMe.txt or wiki page at [code.google.com...] */




$CONFIGURATION_PROVIDER = 'mysql';

$DB_HOST = "localhost";/* optional, default is "localhost" */
$DB_DATABASE = "lucywood_mf1";/* optional, default is "mollify" */
$DB_USER = "lucywood_mf2";
$DB_PASSWORD = "strepsils20";

$SETTINGS = array(
"timezone" => "Europe/London"// change this to match your timezone
)
$PLUGINS = array(
"LostPassword" => array()
);

$SETTINGS = array(
"enable_mail_notification" => TRUE
);
$SETTINGS = array(
"mail_notification_from" => "admin@yourhost.com"
);
);
?>


Thread source:: http://www.webmasterworld.com/php/4274227.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com