MS Access SQL and the SQL that is used with PHP are not the same. In PHP, a simple quesry would be something like....
mysql_query("SELECT * FROM (table name) WHERE (condition) = (conditaion);");
PHP uses special functions such as mysql_query(); mysql_fetch_array(); mysql_num_rows();
I suggest you learn these functions first.