We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
@ kaufmed I have tried your code and cannot make it work. I have looked at the documentation and agree that it should work according to the documentation. I can use either number (10527, 10510) by themselves and it works perfect. But in the array it does not. Any suggestions. I know it is not my other codes because I have stripped it down to just this and it still does not work.
Luey
ASKER
This does work the way I asked the question. However I need it to work more like an "or". I need to know if 10527 or 10510 is in the array I cannot make it work for that.
Luey
ASKER
This made it work like I needed it to.
if (in_array("10527", $PayPalResult) or in_array("10510", $PayPalResult)) { $url_var = "card_number&card_type&";}
Experts Exchange has (a) saved my job multiple times, (b) saved me hours, days, and even weeks of work, and often (c) makes me look like a superhero! This place is MAGIC!