Here is a sample process_guestbook.asp script:

Response.Redirect("view_guestbook.asp") %> The Replace(name, "'", "''") function prevents SQL Injection —a critical security measure when using Access. Displaying Guestbook Entries Finally, you need a page to read and display the entries from MS Access. The view_guestbook.asp page queries the database and loops through the results.

<% Dim conn, sql, name, email, message ' 1. Get data from the HTML form name = Request.Form("name") email = Request.Form("email") message = Request.Form("message")

conn.Execute(sql)

Bleiben Sie Up to Date und verpassen keine News!

ms access guestbook html
ms access guestbook html
/ 02