$numresults=mysql_query
(" SELECT ctst
FROM groups, countries WHERE groups.ctst = countries.ctst
");
The query is what is above... The error is can't exicute query.
IF I do "SELECT * " the query is exicuted... If I define ANY fields ... I get can't exicute query'.
if I add any WHERE clause to this I also get 'can't exicute query.
It all comes down to the join table clause probably being the wrong syntax yes?
Fritz