hello ron

I've change it as you say but what do you mean by $table ? do you mean I've to change that by $mytablename ?
like that ? $sql = 'SELECT * FROM`' . $guestbook . '`';

the sql access is provided by my internet connection, you also mean I have to type my password on this part :
$DBhost = "localhost"; // Database Server
$DBuser = "root"; // Database User
$DBpass = "my password"; // Database Pass or did I leave it empty ? nobody can read that

$DBName = "nameofmydatabase"; // Database Name
$table = "guestbook"; // Database Table
$numComments = 10; // Number of Comments per page
did I have to put a file.txt for writing somewhere or does it gonna write in the phpadmin table ? Did I have to export something... ??

ok that's to much, sorry... good day