You can do this with PHP/MySQL; PHP/PSQL; ASP/Access; etc. My preference would be with PHP/MySQL. Create your database, make a table with the needed columns (name, comment, date). In PHP, make a form with an input text box and submit button. Use the PHP insert statement. "INSERT INTO table (name, comment, date) VALUES ('$name', '$comment', '$date')" If you need more info, message me on Yahoo, and I'll walk you through it. Or, check out the PHP Manual site -- great site (Google it to find the URL).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment