Tema: Modular
Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/04/2011, 09:43
Avatar de andres187
andres187
 
Fecha de Ingreso: mayo-2010
Ubicación: Barranquilla
Mensajes: 39
Antigüedad: 14 años
Puntos: 0
Respuesta: Modular

Cita:
Notice: Undefined index: /pipe/ in C:\wamp\www\pipe\layouts\layout_simple.php on line 33
Call Stack
# Time Memory Function Location
1 0.0007 371472 {main}( ) ..\index.php:0
2 0.0236 407312 include( 'C:\wamp\www\pipe\layouts\layout_simple.php' ) ..\index.php:64

Código PHP:
$url $_SERVER['REQUEST_URI'];
//the code below won't work if you aren't running this in the webapp folder
$pages = Array(
        
"/webapp/manage.php" => "- Manage Contacts",
        
"/webapp/account.php" => "- Account Settings",
        
"/webapp/login.php" => "- Login",
        
"/webapp/register.php" => "- Register"
);
$title $pages[$url]; 
no se si php cambio de sentencia php quisiera saber si esta malo disculpen las molestias

saludos