Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/04/2007, 07:28
glayvin
 
Fecha de Ingreso: mayo-2005
Mensajes: 109
Antigüedad: 19 años
Puntos: 0
Sintaxis correcta?

Hola quería saber si esta sintaxis sería correcta:

Código PHP:
<?php
if ($_SERVER['HTTP_REFERER']; == "http://www.miurl.com/mipag.php" or "http://miurl.com/mipag.php")
{
echo 
"muy bien ";
else { 
echo 
"mal mal";
}
?>
Gracias