amol0010
07-21-2007, 11:31 PM
Hi,
I am trying to develop a location based content delivery of webpages.
In a nutshell, I have 6 locations around my city. I have their specific coordinates. When a Pocket PC equipped with a GPS enters in a proximity of one of the points, my webserver should load the page appropriate to one of these locations. This is a primitive model meant for delivery of location based content for elderly people who want information relevant to that location.
All these pages will be designed for each specific location, and they will have similar content on each of them. For e.g. weather feed, bus time tables, shops nearby, banks and ATMs nearby and so on.
Some of the information related to a point would remain static - for e.g. bus time tables, shops nearby, ATMs nearby.
However some content would change dynamically - e.g. weather feed.
My primary question is - this information on each page - for e.g. the bus timetable, I have that sourced for the local travel company, should I use SQL database to display that on my webpage ? Or should I just use a JPEG image ? How do I use databases to display this information on a webpage ? I have experience with only with a little bit of PHP, Javascript and MySQL, however I have never used a database to display information on a webpage.
Thanks..
I am trying to develop a location based content delivery of webpages.
In a nutshell, I have 6 locations around my city. I have their specific coordinates. When a Pocket PC equipped with a GPS enters in a proximity of one of the points, my webserver should load the page appropriate to one of these locations. This is a primitive model meant for delivery of location based content for elderly people who want information relevant to that location.
All these pages will be designed for each specific location, and they will have similar content on each of them. For e.g. weather feed, bus time tables, shops nearby, banks and ATMs nearby and so on.
Some of the information related to a point would remain static - for e.g. bus time tables, shops nearby, ATMs nearby.
However some content would change dynamically - e.g. weather feed.
My primary question is - this information on each page - for e.g. the bus timetable, I have that sourced for the local travel company, should I use SQL database to display that on my webpage ? Or should I just use a JPEG image ? How do I use databases to display this information on a webpage ? I have experience with only with a little bit of PHP, Javascript and MySQL, however I have never used a database to display information on a webpage.
Thanks..