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
firefox wouldnt stream mp3 files completely from my php page
hi everyone,
I have a php file trying to read and stream mp3 files. It works fine in IE but my pr
tag inside php... hi
Code: <?php echo "<td width="$columnWidth%" align=&Session login issue I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h Concatenate two strings ??? I have string one $string1 and another $string2.
How to concatenate (add) both of them $str Adding to the next element in a multidimensional array Hi, I'm trying to add a value to $node->field_spaces['nid'] where x is the next available spo Ignore html and bbcode? I've created a function to limit the amount of text according to the amount of words.
However Count Session and Trigger Events I am New in PHP, seeking a method to count logged users by counting the sessions or any …, is why is it over writing Code: $filepaths[] = $_FILES['new_image']; foreach ($filepaths as $filepath) { $imagename = Images outside webroot Im hopeing someone can help me with this because i cant figure it out.I have setup an ASP.NET websit how to export excel file in same server My first post - php newbie, so appreciate your support.
I'm currently using headers to save w
|