Código
<html> <body> <div style="background-color: #F988D7;"> <form action="doc.php" method="GET"> <label>Ingresa un numero: </label> <input type="text" name="numero"> <input type="submit" value="Enviar"> </form> </div> <div style="background-color: #B9F988;"> <?php echo "tabla del ".$_GET["numero"]."</br>"; } ?> </div> </body> </html>
espero puedan ayudarme y Gracias!!