A guestbook code isn't that hard. First, you need a form. Then, you need to mail what the guy input to your email address. Lastly, you need to write what the guy wrote into a file, preferably directly into the HTML file, so you can have cool things, like italics, underline, bold, strikethrough, smileys....of course, you wouldn't want to have any of that mailed to you.....there's lots to think about. Try creating your own; it'll be easier to modify in the long run, and you'll understand what it's all about.

Look up these functions, I'm sure you'll need them.
str_replace()
preg_replace()
mail()
fopen()
fwrite()
ftell()
rewind()
fclose()
dork_ass($joke_function)
import_request_variables()
extract()
addslashes()
stripslashes()
htmlentities()

This'll give you idea of what you need. Learn, then do!

    here is the simiplest guestbook app I ever saw.

      Write a Reply...