Display count of filtered results on homepage
Posted: 2020-03-01 00:57
Greetings!
I have an AppGini project that I am working on for a client. I seem to understand the basics of it pretty well I think and also have done limited work in PHP / Java in the past. I need some assistance on a couple of fairly minor issues currently as well as someone I can use on an as needed basis moving forward.
My immediate need requires the placement of the count of the results from a filtered URL on the homepage, preferably in the header next to the name given to additional links I set up in the links-home.php file. If not there then in the description portion of those links.
I think I basically need a SELECT Count query with where the EQUALS value changes for each of the links. Then I would need to know how to place those results in either the header or description of the link.
I am hoping to get some help on how to write the query so it is valid in the links-home.php file and where I need to place each of the pieces of code within that file. For example, should the code go between the $homeLinks[] sections of code?
Assistance will be greatly apppreciated!!
Kent
I have an AppGini project that I am working on for a client. I seem to understand the basics of it pretty well I think and also have done limited work in PHP / Java in the past. I need some assistance on a couple of fairly minor issues currently as well as someone I can use on an as needed basis moving forward.
My immediate need requires the placement of the count of the results from a filtered URL on the homepage, preferably in the header next to the name given to additional links I set up in the links-home.php file. If not there then in the description portion of those links.
I think I basically need a SELECT Count query with where the EQUALS value changes for each of the links. Then I would need to know how to place those results in either the header or description of the link.
I am hoping to get some help on how to write the query so it is valid in the links-home.php file and where I need to place each of the pieces of code within that file. For example, should the code go between the $homeLinks[] sections of code?
Assistance will be greatly apppreciated!!
Kent