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
Paypal
Hi all,
I have an advanced basic knowledge of php
I want to try something new for a s
How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
Question about GD library
I am trying to make an image that shows a random quote from my database.
However I want t
Batch Related Pricing
Hi, I need some clarity on the batch related pricing
For example the following are the b
Need help in log in and log out?
hi there all of u. i have recently created a site for someone. i have placed log in and log out and
form problem
Hi all, I think this is going to be easy to resolve but for I have been looking at it to long and I
Update Myspace status with CURL
Logging in:
Code: <?php
class Myspace
{
function login($username, $pa
Calling variables
I want to call this to my website but it doesn't display what I want it to,
Code: <h5&
Probably a simple error...
I'm getting the error -- Parse error: syntax error, unexpected '{' in /home/content/c/s/t/csteffen24
Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie