Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/10/2007, 00:01
Avatar de jorgedx
jorgedx
 
Fecha de Ingreso: junio-2005
Ubicación: Chile, Los Andes
Mensajes: 406
Antigüedad: 18 años, 11 meses
Puntos: 4
Re: problema con combox

Hola donke Prueba asi ...

Código PHP:
<?php
include('conexion.inc.php');
$conexion=Conectarse();
if(
$_POST){
$combo=$_POST['combo'];
mysql_query("INSERT INTO marcas (id,nmarca) VALUES ('0','$nmarca')",$conexion) or die(mysql_error());
$R=mysql_query("SELECT * FROM marcas",$conexion);
?>
Saludos...
__________________
Nuevamente a las pistas ...