1/9
These flashcards cover essential vocabulary and definitions related to PHP scripting, web application development, and associated technologies as presented in the lecture notes.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
PHP Script
A set of instructions written in PHP language for server-side scripting.
Palindrome
A word, phrase, number, or other sequences of characters which reads the same backward and forward.
Session Management
A way to store information on the server that can be used across multiple pages.
Cookies
Data stored on the user's computer by the web browser while browsing a website.
Form Processing
The act of handling the data submitted through HTML forms.
Sum of Digits
The result of adding together all individual digits of a number.
Current Rate, Time and Day
A web application feature that displays the current rate, the time, and the day to the user.
Database Connection
The connection established to interact with a database using programming.
XML
A markup language that defines rules for encoding documents in a format that is readable both by humans and machines.
JavaScript
A programming language that enables interactive web pages and is an essential part of web applications.