Ejemplos de variables de PHP
<?php
//this is for beginners //
$animal = "cow";
?>
Friendly Finch
<?php
//this is for beginners //
$animal = "cow";
?>