i want to do a sql search using odbc, i want to look for records where an employee ID is in an array
this is what i have an it does not work
$query2 = "SELECT * FROM Employee WHERE EmployeeID IN ($Emplopyees)";
can this be done?
What does $Employees contain? What does the result string contained in $query2 look like?
And what does "it does not work" mean? The server is now standing in the carpark waving a placard?