Jump to content

Include Annoyances


Guest conker87

Recommended Posts

Guest conker87

After searching and posting in my hosting forums and finding nothing that can help me.I have been using:

if ($id == 'contact') { include('id_contact.htm'); }else { include("id_news.htm"); }

However this doesn't seem to be working. I have tried other code but nothing that I use seems to work.Anyone help?

Link to comment
Share on other sites

After searching and posting in my hosting forums and finding nothing that can help me.I have been using:
if ($id == 'contact') { include('id_contact.htm'); }else { include("id_news.htm"); }

However this doesn't seem to be working. I have tried other code but nothing that I use seems to work.Anyone help?

Make sure your hosting account allows SSI, some don't...although I don't know why they shouldn't.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...