php
Installation
SKILL.md
PHP
A popular specific-purpose scripting language that is especially suited to web development.
When to Use
- Server-side web development
- WordPress / CMS development
- Content-heavy sites
- Rapid prototyping
Quick Start
<?php
$name = "World";
echo "Hello, $name!";