Hello, help me figure it out. I have a table in mySQL, I need to output values from it to the field in a loop, but I need to make the content output for a specific id element. 
On the screen, he indicated that for example for id 1 output from the floor opposite in the column about_tool . And so on until all IDs are sorted out. So far, I have been displaying all the fields from the about_tool column to all elements on the page. Maybe my question is not very clear, sorry. But I have been fighting for 2 days, nothing happens. thank
SELECT * FROM <table> WHERE id = 1... here and the cycle is not necessary, if I understand you correctly. - user242433