filterResults function
I just tried the following code and I get a syntax error message on the first line ("$rsWRSRoutes->filterResults([["RouteNumber","015"]]);").
<?php
$rsWRSRoutes->filterResults([["RouteNumber","015"]]);
$_SESSION["compilerID"] = $rsWRSRoutes->getColumnVal("Compiler");
?>
I do have rsobj.php linked to the page.
Where is the syntax wrong?