Ver Mensaje Individual
  #2 (permalink)  
Antiguo 11/04/2008, 08:21
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Re: error al abrir php

Tienes que hacer un if:
Código PHP:
// código html
<?php
if( !empty( $_POST['nombre'] ) ) {
      
// código php si fue enviado nombre
}
Saludos.