An open API service indexing awesome lists of open source software.

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

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.