Hi.
If you added an additional field named TYPE, then you would just have to add a where clause to the SQL query specifying the values you want listed.
[code=sql]SELECT ... FROM `FileStorage` WHERE `TYPE` = 'FYR'[/code]
If you added an additional field named TYPE, then you would just have to add a where clause to the SQL query specifying the values you want listed.
[code=sql]SELECT ... FROM `FileStorage` WHERE `TYPE` = 'FYR'[/code]
Comment