![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
20/04/2009, 07:14
|
![Avatar de By_George](http://static.forosdelweb.com/customavatars/avatar297223_2.gif) | | | Fecha de Ingreso: abril-2009 Ubicación: localhost
Mensajes: 629
Antigüedad: 15 años, 9 meses Puntos: 19 | |
Respuesta: que hago desertar??? si cambias la la parte del codigo que puse en rojo asi
<?php
$conexion = mysql_connect("localhost", "root", "") or die("Fallo la conexión a la Base de Datos:".mysql_error() );
mysql_select_db("Mibase", $conexion); $valor=$_POST['valor'];
if ($valor==1)
{
$Nombre = $_POST['Nombre'];
$Codigo = $_POST['Codigo']; |