Código HTML:
//Etiquetas superiores HTML (html, head, body) <form> <input type="text" value="<?=$valor?>" /> <input type="submit" value="Enviar" /> </form>
Código HTML:
//Etiquetas superiores HTML (html, head, body) <form> <input type="text" value="<?php echo $valor; ?>" /> <input type="submit" value="Enviar" /> </form>