Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/07/2005, 17:41
Bit11
 
Fecha de Ingreso: noviembre-2004
Mensajes: 72
Antigüedad: 19 años, 5 meses
Puntos: 0
Hola, prueba esto a ver si te funciona:

Código PHP:
$precioventas $_POST["precioventas"];
$mensaje $_POST["mensaje"];
$identificador $_POST["identificador"];
if(
$identificador == 0)
{
$identificador=$identificador++;
}
echo 
"identificador = $identificador"
Creo que así va bien.
Un saludo.
bye