Forum Moderators: coopster
It's just a SIMPLE config script...what really small, stupid thig have I over looked?
<?php$dbhost = "localhost";
$dbuser = "root";
$dbpassword = "root";
$dbdatabase = "blogtastic";
$config_blogname = "Nathaniels site";
$config_author = "Nathaniel Bland";
$config_basedir = "http://localhost/";
?>
sometimes just posting it helps find it
they actually list all parser error types here
[php.net...]
just as an added info