05-30-2014, 07:15 PM
Hi guys,
I got a problem when I use function fetch_booking() in php it return empty as below example:
Script request:
fetch_booking(token, lcode, '29/05/2014', '05/06/2014');
Data return:
array (size=2)
0 => int 0
1 =>
array (size=0)
empty
Note: in my Tabla on 21-22-23/05/2015 this Availability is 0 and why I still got empty?
I got a problem when I use function fetch_booking() in php it return empty as below example:
Script request:
fetch_booking(token, lcode, '29/05/2014', '05/06/2014');
Data return:
array (size=2)
0 => int 0
1 =>
array (size=0)
empty
Note: in my Tabla on 21-22-23/05/2015 this Availability is 0 and why I still got empty?