Jump to content

in_array question


We Must Design

Recommended Posts

I am wanting to check if a value is in array. I am using the following:

 

$in_array = in_array ($name, $_SESSION['favoriteArray']);

 

A problem occurs though when there is no data in the array. I get the error message:

 

Warning: in_array() [function.in-array]: Wrong datatype for second argument

 

How would I tell the script to only use the in_array function if there is a function to check?

Link to comment
https://forums.phpfreaks.com/topic/72661-in_array-question/
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.