Jump to content

krissosa

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

krissosa's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I seem to be having a problem with my PHP navigation. It works on my server and for some reason it doesn't work on my clients server. I am completely stumped on the issue and was hoping someone had some insight. THE SITE IT [u]DOES[/u] WORK ON: [a href=\"http://www.krissosa.com/clients/brs/demo/\" target=\"_blank\"]http://www.krissosa.com/clients/brs/demo/[/a] You'll notice that I have PHP Include navigation on the buttons. They work on my server (the one above) HOWEVER: [a href=\"http://www.bensrubberstamps.com/new/\" target=\"_blank\"]http://www.bensrubberstamps.com/new/[/a] This is my clients server and for some odd reason the includes are NOT working on hers. ----------------------- Here's the code I'm using.... <?php switch($id) { default: include('cnt.php'); break; case "directions": include('directions.php'); break; case "products": include('prodiframe.shtml'); break; case "contact": include('contact.php'); break; case "company": include('company.php'); break; case "awards": include('awards.php'); break; case "promotional": include('promo.php'); } ?> And for the links im using: ?id=insertcasenamehere Please I need to get this up soon so anything that might would be helpful! Thanks for looking, Kris
×
×
  • 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.