...as much as i can, so here's my first problem(it wont be the last, i assure you)
I have this script:
<?php
$db = mysql_connect("localhost", "********", "*********");
mysql_select_db("guestbook",$db);
$result = mysql_query("SELECT * FROM guestbook",$db);
printf("Name...