hi david, although you can supress those notices in your php.ini, you can correct your syntax errors like this:
AdminMain.php (line 7 and 8) old: $tpl->define(array(main => "main.html", middle => "AdminScreen.html", ... new: $tpl->define(array('main' => "main.html", 'middle' => "AdminScreen.html", ... main.php (line 2) be sure, that $link is defined before your switch (i.e. if (isset($link)) ...) ciao SVEN -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php