If statement help please.
Posted on
16th Feb 2014 07:03 pm by
admin
Hello on my site I have 2 content boxes. 1 is for the main content (which is the biggest one) and the second one is for a sub navigation (which is a small box). I am trying to write an IF statement so that if ?content=(a certain value) then the sub navigation which is box #2 will display that page sub navigation. Here is what I have so far.
Code: <?
session_start();
include'dbconfig.php';
$content = $_GET[content];
if($content != 'hub' or $content !='hr' or $content !='crewcenter'){include'content/newmembers.php';}
//Displays side menu for HR navigation
if($content == 'hr'){?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center"><strong><a href="#">Roster</a></strong></div></td>
</tr>
<tr>
<td><div align="center"><strong><a href="#">Staff</a></strong></div></td>
</tr>
<tr>
<td><div align="center"><strong><a href="#">Job Openings</a></strong></div></td>
</tr>
<tr>
<td><div align="center"><strong><a href="#">Forms</a></strong></div></td>
</tr>
</table>
<? }elseif( $content == 'crewcenter' }{
}
?>
The main problem I am trying to fix is that when I go the HR page it shows the newmembers.php and it still shows the hr submenu, I just want to show the HR submenu. This is the same problem for the crew center. Please help.
Thanks in Advanced
No comments posted yet
Your Answer:
Login to answer
336
33
Other forums
Question about the upload of large files
Hi there,
I have a question about the upload of large files, like videos (files generally abo
Something Non-Traditional. Can we solve?
I have an idea for an application here. It's mostly flash, but it couldn't work without a somewhat n
Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
UTL File problem
Hi
I have a file in certain path with the following permissions (The file is a dummy file witho
php/xmlrpc class issue
I am working on xml-rpc in php to start with.
I have a class that only has variables defined
Php - mysql select?
hi, i have this code:
Code: <?php
session_start();
// dBase file
include &quo
Inserting a variable in a link
I have this code that I want to insert for my own variable but I have no idea how. This is what I wa
Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
PHP Script runs on CLI but not through web browser
I am running into an issue that I just can't seem to find the answer to. I have a Windows Server 200