Jump to content

php ID navigation


neto061

Recommended Posts

hi all,

 

i just finished a site for a friend, and used the php id navigation, it works on local but when i uploaded the site i noticed it wasnt working anymore.....

 

Code is as follow:

<?php
switch($id) {
default:
include('empresa.php'); 
break; case "empresa": 
include('empresa.php'); 
break; case "sunscope":
include('sunscope.php');
break; case "membresia":
include('membresia.php');
break; case "contacto":
include('contacto.php');
}
?>

 

When you click in any link.. (links are: ?id=sunscope ; ?id=membresia ; ?id=contacto...) the page reloads but dont include the page you're requesting (sunscope;membresia or contact)...

 

Any ideas? i need help badly!

 

thanks in advance..

 

LINKS: you can check out by yourself the problem @ http://integral-logisticservice.com/main/

 

notes:

both my PC and remote host uses last version of php.

Link to comment
https://forums.phpfreaks.com/topic/45458-php-id-navigation/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.