i want to write my own guest book
what would be the best way of going about it, and what should i use ??
Printable View
i want to write my own guest book
what would be the best way of going about it, and what should i use ??
I used an Access database and ASP pages.
php and mysql is easier...
Skip the DB backend and just directly edit the HTML page that displays it. You don't need that much power for something so simple.
True, but that's not neccessarily the best way to do it...