I have a query:
$query = "SELECT ComingSoon.,CurrentlyShowing. FROM ComingSoon,CurrentlyShowing where film_name='$film'";
and this is resulting in the error:
Query failed : Column: 'film_name' in where clause is ambiguous
Im not sure what this means? and how to fix it?
I have tested $film and it does contain the right variable.
Thank you,
Kind Regards