Jump to content

Origin

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Origin

  1. I'm having a problem with a site I made. I know the server supports PHP cuz I have used it before.http://gfxsector.netThe php navigation is acting weird..The include is working because its incuding CuteNews... but it doesnt work when I click the other links.It brings the default page up no matter what link I choose. Include in the main content box

    <?phpswitch($id) {default:include('cutenews/show_news.php'); break; case "1": include('cutenews/show_news.php'); break; case "2":include('dls.htm');break; case "3":include('sotwnews/show_news.php');break; case "4":include('affs.htm');}

    A Navigation link

    <a href="index.php?id=3" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sotw','','images/sotw2.gif',1)"><img src="images/sotw.gif" alt="SOTW" name="sotw" width="25" height="39" border="0"></a>

×
×
  • Create New...