Пример #1
0
<div class="jumbotron">
</div>
	
<?php 
//obtener el valor de ID que viene del metodo GET a traves de HTTP
$codeProd = $_GET["codeProd"];
include_once "MenuDatos.php";
include_once "Menu.php";
$MenuDatosObj = new MenuDatos();
?>
	
<div class="fondoPantalla" style ="width = 100%">
  <div class="container">				
<h2>Edicion de Producto</h2>
<?php 
foreach ($MenuDatosObj->consultaEspecific($codeProd) as $Obj) {
    ?>
	<form action="MenuEditar.php" method="post" >
		<table class="table table-striped-edwin"  BORDER=10>
			<thead class="CaberaSuperiorTablaStriped">
				<tr ALIGN=center>
					<th>Nombre</th>
					<th>Texto</th>
				</tr>
			</thead>
			<tbody class="fuente">
									<tr>
										<td>Codigo:</td>
										<td><input type="decimal" class="input" name="codigo_menu" value="<?php 
    echo $Obj->getCodigo_menu();
    ?>