Skip to content

Instantly share code, notes, and snippets.

View ajmalshahabudeen's full-sized avatar
🏠
Working from home

Ajmal Shahabudeen ajmalshahabudeen

🏠
Working from home
View GitHub Profile
{
"version": "v1.0.0",
"notes": "Test version",
"pub_date": "2020-06-22T19:25:57Z",
"platforms": {
"darwin-x86_64": {
"signature": "covet-billy_0.1.0_amd64.AppImage.tar.gz.sig",
"url": "https://github.com/username/reponame/releases/download/v1.0.0/app-x86_64.app.tar.gz"
},
"darwin-aarch64": {
@ajmalshahabudeen
ajmalshahabudeen / php-sololearn-01.md
Last active June 27, 2023 06:36
PHP notes (Part 01 - 02) on Basic Syntax, Variables, Operators, Arrays, Control Structures, Functions, Predefined Variables, Working with Files, Object-Oriented PHP.

PHP notes on Basic Syntax, Variables, Operators, Arrays, Control Structures (Part-1)

PHP: Hypertext Preprocessor (PHP) is a free, highly popular, open source scripting language. PHP scripts are executed on the server.

Just a short list of what PHP is capable of:

  • Generating dynamic page content
  • Creating, opening, reading, writing, deleting, and closing files on the server
  • Collecting form data