Jump to content

qutazs

Member
  • Posts

    1
  • Joined

  • Last visited

About qutazs

qutazs's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hello everyone, I hope someone can help me out with a simple issue. I'm trying to make a website, build using simple PHP and the use of WHMCS API. When I want to make the clientside, it needs to show tickets for the particular user, but the issue here is to get the info out of the array that is presented after running the API gettickets on the userid. I get this: Array ( [result] => success [totalresults] => 1 [startnumber] => 0 [numreturned] => 1 [tickets] => Array ( [ticket] => Array ( [0] => Array ( [id] => 7 [tid] => 782755 [deptid] => 1 [userid] => 39 [name] => Mark Lønquist => mark.loenquist@outlook.com [cc] => [c] => 79rzVBeJ [date] => 2013-04-25 16:14:24 [subject] => test [status] => Open [priority] => Medium [admin] => [attachment] => [lastreply] => 2013-04-25 16:14:24 [flag] => 0 [service] => ) ) ) ) I want to get the "tid" among other info for each ticket associated with the clientid, but no mather what I try to do nothing pops out
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated