09-18-2011, 11:25 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Aug 2008
Posts: 336
Thanks: 8
|
it seems more like you have to submit the form for searching checkin times and get the results from that. For that file_get_contents falls a little short (maybe not with stream context, but I haven't use those) I would recommend using curl to submit a form with the filled parameters and get the webpage result for that.
|
|
|
|