lazy19 / app /variables.php
perahh's picture
creando variables.php
faafd79
raw
history blame
No virus
387 Bytes
<!DOCTYPE html>
<html>
<body>
<p>
<?php
$txt = "my second PHP script!";
echo $txt;
?>
</p>
<img src="https://static.vecteezy.com/system/resources/previews/000/672/440/original/back-to-school-mother-and-daughter-kissing-vector.jpg" alt="Madre eh hija" width="500" />
</body>
</html>