Jump to content

Check if in two arrays


Ricky55

Recommended Posts

Hi

 

I have two quite lengthly arrays made up of strings but quite a few bits of each array are repeated.

 

I'm using one of the arrays to control the downstate of my navigation and the other to conditionally load a CSS file.

 

Is there are way in a if statement to say if array 1 or array 2 then do something?

 

I am currently checking one array by using this code

 

<?php if (in_array($title, $rangePages)) { ?>
<link rel="stylesheet" href="/css/range-viewer.css" media="screen">
<?php } ?>

 

By the way my other array is called $forProdDownState

Link to comment
https://forums.phpfreaks.com/topic/233481-check-if-in-two-arrays/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.