search envelope-o feed check
Home Unanswered Active Tags New Question

Questions Tagged json

Getting tag URL Parameter from JSON Request

Answered: There are two options: 1. You can send the url from the server: class Event {} class Tags {} $events = array(); foreach($result as $row) { $e = new Event(); $e->id = $row['plan_id']; ...
Questions 1-1 of 1