Loading...
Loading...
PHP 8+ web development with Composer, attributes, and modern frameworks. Use for .php files.
npx skill4agent add g1joshi/agent-skills php<?php
$name = "World";
echo "Hello, $name!";
$colors = ["red", "green", "blue"];
foreach ($colors as $color) {
echo $color . "<br>";
}
?>$user = [
"id" => 1,
"name" => "Foo"
];$_GET$_POST$_SESSIONmysql_display_errors