Beispiele für PHP -Variablen
<?php
//this is for beginners //
$animal = "cow";
?>
Friendly Finch
<?php
//this is for beginners //
$animal = "cow";
?>