does matrix support php tags?
Within the content? No, Matrix will suppress any PHP code you attempt to insert, for security purposes.
If you want to run custom code within your Matrix system, you should investigate creating a custom asset for that purpose.
For instance, i have to connect with mysql database and return results to the content. Is that possible in matrix?
[quote]Within the content? No, Matrix will suppress any PHP code you attempt to insert, for security purposes.
If you want to run custom code within your Matrix system, you should investigate creating a custom asset for that purpose.
[right][post=“9324”]<{POST_SNAPBACK}>[/post][/right][/quote]
[quote]For instance, i have to connect with mysql database and return results to the content. Is that possible in matrix?
[right][post=“9325”]<{POST_SNAPBACK}>[/post][/right][/quote]
There is the Commercial Data Source package that could possibly do what you want it to do (it connects to remote data sources, like MySQL, and presents the results as shadow assets to Matrix). You should contact the Squiz sales team to find out more information.
Alternatively, you could write your own custom asset that connected to your MySQL database and displays the information you require.