Hello folks , I want to create a way to get data from a SQL database wich I can get via AJAX and PHP code.
I know how to program PHP to get the specified data from the table wich are 3 colomuns :
Now for every entry of data I want to create a list made out of blocks with the data from the SQL DB.
What is the best way to proccess the SQL data from AJAX in C2 and how can I get the for each working so it creates the blocks and puts them in a list.