Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/09/2005, 00:42
Avatar de DvD AdN
DvD AdN
 
Fecha de Ingreso: mayo-2005
Ubicación: Frente al monitor
Mensajes: 610
Antigüedad: 19 años
Puntos: 0
Intenta así:

Código PHP:
 $imager $_FILES['imanot']['type'];
$audger $_FILES['audnot']['type'];

if( (
$imager != "image/jpeg") || ($imager != "image/gif") OR ($audger != "audio/mpeg") )
{
if( (
$imager != "image/jpeg") || ($imager != "image/gif"))
{
    echo 
"El formato de la imagen no es correcto. Solo se permiten Gif y Jpg.<br><br><br>";
    }
    if(
$audger != "audio/mpeg")
{
    echo 
"El formato del audio no es correcto. Solo se permiten Mp3.<br><br><br>";
    }
echo 
"Haz click <b><a href='#' onClick='history.go(-1)'>aquí</a></b> para cargar el/los archivo/s correcto/s.<br><br><br>";

Suerte
__________________
Keep f***ing learning
Ask for f***ing help.
Use f***ing spell check.
Think about all the f***ing possibilities.