PHP Program
(Redirected from PHP-based)
Jump to navigation
Jump to search
A PHP Program is a software program composed of PHP statements (written in the PHP programming language) that can be accepted by a PHP interpreter.
- Context:
- It can (typically) be a Dynamic Website Program.
- It can be the basis of a PHP -based System.
- It can range from being a CLI-based PHP Program to being a Daemon-based PHP Program.
- Example(s):
- Counter-Example(s)
- a Python Program.
- a Perl Program.
- an R Program.
- See: Software Script.