- Posts: 1
- Thank you received: 0
Please Log in or Create an account to join the conversation.
$event=array(
'id' => (int)$r->id,
'registered' => (int)$registered,
'maxTickets' => (int)$maxTickets,
'TicketsLeft' => (int)$TicketsLeft,
'Itemid' => (int)$mItemid,
'url'=> $urlevent,
'article'=> $r->website,
'title' => $r->title,
$e['url']
$e['article']
Please Log in or Create an account to join the conversation.