hi, i try but don't work . Error on query : 1064 You have an error in your
SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near '>id'.... but i must modify or not code in select_dynamic_cascade.php like say the post that i linked in my post??
this is my free query:
SELECT
i536a_settori.nome_settore AS text,
i536a_settori.id AS value
FROM i536a_users INNER JOIN i536a_settori
ON i536a_users.id_settore_1 = i536a_settori.id OR i536a_users.id_settore = i536a_settori.id
WHERE i536a_users.id =$user->id
thanks