https://github.com/iotchulindrarai/php-revision
PHP revision done during by university lecture
https://github.com/iotchulindrarai/php-revision
conditional-statements datatypes functions loops operator php variables
Last synced: 3 months ago
JSON representation
PHP revision done during by university lecture
- Host: GitHub
- URL: https://github.com/iotchulindrarai/php-revision
- Owner: IotchulindraRai
- Created: 2023-08-16T09:47:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T10:01:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T20:13:44.936Z (5 months ago)
- Topics: conditional-statements, datatypes, functions, loops, operator, php, variables
- Language: PHP
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-revision
PHP is a popular server-side scripting language that is commonly used for web development.
It's particularly well-suited for creating dynamic and interactive web applications. Here's some basic information about PHP:**Purpose**: PHP (Hypertext Preprocessor) is primarily used for building dynamic web pages and web applications.
It's embedded within HTML code and executed on the web server, generating dynamic content that is sent to
the user's browser.