I want to filter certain rows from a table in Parse to be shown in a blog, and I do not know what it would be like to do a search on the posts or to filter out posts that are not ready to be displayed.
Example:
- Searchfor"Google" and will only return the lines that have the searched term in Title or Body .
- Filter only rows that are False in the Draft column
I do not know how this code would be in PHP
using CURL
and I need help.