SQL'izing the Guestbook Example
Welcome to my Guestbook
Please write me a little note below
if(isset($note)) {
$fp = fopen("notes.txt","a");
fputs($fp,nl2br($note)."
");
fclose($fp);
}
?>
The entries so far:
@ReadFile("notes.txt") ?>
');?>
Create a database
Create a Schema