Deck 2 Flashcards
Database connector
Used for application code running on the web server to access the database server. It allows requests to be sent and response received.
Apache server
is a freely available web server distributed under an “Open Source” license.
Javascript
a powerful OO language allowing scripts and code fragments to be included in a webpage.
POST request
a request method supported by the HTTP protocol, often used when uploading a file or submitting a completed web form.
HTML div tag
a major division or selection of a document, particular for CSS formatting.
HTML form
An HTML form specifies elements like text fields and buttons for inputting data
HTTP
Hyper Text Transfer Protocol, browser sends an HTTP request to a server and gets back an HTTP response.