Ver Mensaje Individual
  #7 (permalink)  
Antiguo 05/09/2007, 15:23
ikarush
 
Fecha de Ingreso: marzo-2005
Ubicación: Madrid
Mensajes: 233
Antigüedad: 19 años, 1 mes
Puntos: 5
Re: Ayuda, revisarme este php please

Cita:
Iniciado por polo3 Ver Mensaje
if ($this->empresa=="" and $this->contacto=="" and $this->tlf=="" and $this->fax=="" and $this->fecha=="" )
{
echo "<center><b>Debes llenar los campo</center></b>";
}
No serian OR en lugar de AND???

Cita:
else
{
#if($this->registrar==true)
que signigica esa almoadilla?

Un saludo