Movie Search - Allow you to search cinemas near you or near a region in Italy (Change it is easy). It uses Google Movies to search.
Click here for a live: http://revonline.comuf.com/old/maps/cinema/
I've created a class (see parseresults.php), the call run a search inside http://google.com/movies and fetch the results.
The repo is full of a working site with a Geo-location system.
It uses jQuery Mobile.
Array
(
[0] Array
(
[name] Cinema NAME
[location] = Cinema Location
[movies] = Array -> Contains an array with all Movies founded
(
[0] = Array
(
[name] = Movie Name
[info] = Movie info
[hours] = Array - Contains all hours of the film
(
[0] = A
[1] = B
[2] = C
)
)
)
)
)
ETC.
- Re-create the parse class, now is very very very very shit.
- Change table structure with JQuery mobile table