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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.