Glossary
Term | Definition |
---|---|
PHP | PHP is a general-purpose scripting language especially suited to web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group. |
PII | PII stands for Personally Identifiable Information. It refers to any data that can be used on its own or with other information to identify, contact, or locate a single person or to identify an individual in context. |
Post Office Protocol | In computing, the Post Office Protocol (POP) is an application-layer Internet standard protocol used by e-mail clients to retrieve e-mail from a mail server. |
PUT Request | A PUT request is an HTTP method used to update or replace a resource entirely at a specific URI. If the resource does not exist at the specified URI, the PUT request can also be used to create a new resource. |