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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -