<?php
echo "Hello <br>";
echo("Hello");
$variable1="un texto";
echo "<br>$variable1";
echo("_______________<br>");
$variable2="Guatemala";
echo strlen($variable2);
echo ("<br>".$variable2." tiene ".strlen($variable2)." letras<br>");
echo("_______________<br>Contar cuantas palabras hay<br>");
$variable3="Hola Diego Yoc";
echo (str_word_count($variable3));
?>
muy bueno
ResponderEliminarlo quiero profe
ResponderEliminarvamos profe
ResponderEliminar