So, with this solution I will need to add one line after each new element in the database. I thought this command could pul data from database with the newest info all the time.
Perhaps I misunderstood.
Let me ask this;
If i would list all Joomla users from the database I would put in a command like this:
[SQL query = SELECT * FROM sg2qo_users;]
If I run this command only the first ID or the first User will be displayed in Balbooa Form. I would like all users to be visible and pulled from the database. What happens if I add another user? This will not automatically appear on my list until I add it there manually. THAT is what I don't want to do, manually add info.
So in short...I want to put in a SQL Query ( I know the command) that show all info in that table from the database. If another element gets added to the db this will appear on my list in the form.
Hope you understand. Thank you for response
-Paal