basededatos / app /cadenas.php
ladogton2010's picture
Creado cadenas.php
065ea4a
raw
history blame contribute delete
147 Bytes
<!DOCTYPE html>
<body>
<?php
$txt = "third";
echo "My " . $txt . " PHP script!";
?>
</body>
</html>