php - Display API output (xml) for a single parameter (different ID) on one page -


i'm working on api displays ticket information, can display 1 ticket @ time (using id of ticket in url).

ex: https://192.168.1.10/workflow/api/tickets/519/

i need find way display all tickets on 1 page. range display not supported.

i thought of auto-increment url code (php), can't add more idea.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -