ejercicio1

 avatar
unknown
php
3 years ago
144 B
10
Indexable
<?php

if(isset($_GET["titulo"])){
    $titulo=$_GET["titulo"];
}else{
    $titulo="titulo por defecto";
}



echo "<h1>$titulo</h1>";
Editor is loading...