<?php if(isset($_GET["titulo"])){ $titulo=$_GET["titulo"]; }else{ $titulo="titulo por defecto"; } echo "<h1>$titulo</h1>";