Writing a PHP script that, based on two pieces of data, returns whether these fields are present in the .csv file

Closed job
no avatar
Piotr3qx
Employer
11 deals
Job category:
Desktop/web applications
Expected budget:

Negotiable

Preferable skills:
Published:
Valid until:

Job description

Hi, I need a script in PHP that will check if the given values are present in a .csv file.

The .csv file contains several columns

There are two values going into the script

The script is to check if the first value is in the first column of the .csv file. If not, it returns this information

If the value is in the first column it then checks if the second value is in the second column

If the second value is also in the second column then it returns positive information

Required functions: