mevdschee / php-crud-api

Single file PHP script that adds a REST API to a SQL database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ordering not working

williamswebworks opened this issue · comments

I have a few columns that contain numbers and i am trying to order by them but it doesnt seem to be working properly.

Example
order=Price,desc or order=Discount,desc is added to my query

Am i missing something that should be making it work properly

Thanks