Alguién me puedes terminar el php?
Muchas gracias!
Cita:
<?php
$question="What's your name? <br>\n";
echo $question;
$text='<form name="enviar" method="post" action="">
<input type="text" maxlength="66" tabindex="1">
</form>'."clica [Enter]";
echo $text;
function presente($name)
{
if ($name=="") {echo "You didn't write your name in here \n";}
else {echo "Your name's ".$name."\n";}
}
?>
$question="What's your name? <br>\n";
echo $question;
$text='<form name="enviar" method="post" action="">
<input type="text" maxlength="66" tabindex="1">
</form>'."clica [Enter]";
echo $text;
function presente($name)
{
if ($name=="") {echo "You didn't write your name in here \n";}
else {echo "Your name's ".$name."\n";}
}
?>