PHP Programming and Web Application Development

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/9

flashcard set

Earn XP

Description and Tags

These flashcards cover essential vocabulary and definitions related to PHP scripting, web application development, and associated technologies as presented in the lecture notes.

Last updated 2:55 PM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

PHP Script

A set of instructions written in PHP language for server-side scripting.

2
New cards

Palindrome

A word, phrase, number, or other sequences of characters which reads the same backward and forward.

3
New cards

Session Management

A way to store information on the server that can be used across multiple pages.

4
New cards

Cookies

Data stored on the user's computer by the web browser while browsing a website.

5
New cards

Form Processing

The act of handling the data submitted through HTML forms.

6
New cards

Sum of Digits

The result of adding together all individual digits of a number.

7
New cards

Current Rate, Time and Day

A web application feature that displays the current rate, the time, and the day to the user.

8
New cards

Database Connection

The connection established to interact with a database using programming.

9
New cards

XML

A markup language that defines rules for encoding documents in a format that is readable both by humans and machines.

10
New cards

JavaScript

A programming language that enables interactive web pages and is an essential part of web applications.