i have a table where some iframes are listed. The problem is that they have different sizes. Now I want to order them by their size:
Here is a example: <iframe width="576" height="432" src="iframeadress" frameborder="0" allowfullscreen></iframe>
now i want to choose one of these numbers and order them by their size. I thought of a PHP-Site where I insert the number for the width as a variable.
But I don´t know how?
Or are there any other solutions? :)
I just find this one: Mysql order number / character combined but idk if its the right command :/