我有一张表格,其中列出了一些 iframe。问题是它们有不同的尺寸。现在我想按尺寸订购它们:
这是一个例子:<iframe width="576" height="432" src="iframeadress" frameborder="0" allowfullscreen></iframe>
现在我想选择其中一个数字并按它们的大小排序。我想到了一个 PHP 站点,我在其中插入宽度的数字作为变量。
但我不知道怎么做?
或者还有其他解决方案吗?:)
我只找到这个:Mysql order number / character combined but idk if its right command :/