Facebook
From Little Bushbaby, 6 Years ago, written in JavaScript.
">

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

from

A PHP Error was encountered

Severity: Notice

Message: Trying to access array offset on value of type bool

Filename: view/view.php

Line Number: 33

- view diff
Embed
Download Paste or View Raw
Hits: 431
  1. [
  2.   {
  3.     "bookings": [
  4.       {
  5.         "comments": "xD",
  6.         "company": "S.H.I.E.L.D",
  7.         "end_date": "2017-05-27T00:00:00Z",
  8.         "exclusive": true,
  9.         "firstname": "Goscie hotelowi",
  10.         "fv": true,
  11.         "guests": 3,
  12.         "id": 20007,
  13.         "lastname": "Goscie hotelowi",
  14.         "mail": "ojjj@tam",
  15.         "nip": "1203020103",
  16.         "phone": "666",
  17.         "room_id": 20001,
  18.         "start_date": "2017-05-21T00:00:00Z",
  19.         "status": 1
  20.       }
  21.     ],
  22.     "capacity": 1,
  23.     "id": 20001,
  24.     "label": "101",
  25.     "status": 1,
  26.     "type": "keys"
  27.   },
  28.   {
  29.     "capacity": 1,
  30.     "id": 20020,
  31.     "label": "102",
  32.     "status": 1,
  33.     "type": "keys"
  34.   }
  35. ]

Replies to Re: json xD rss

Title Name Language When
Re: Re: json xD Crippled Penguin javascript 6 Years ago.