Forum Moderators: coopster
I am not new to PHP and MySQL but I am not an expert.
My project is to build a web site where users can look up info about current events by the city they are in. Once they have entered their city name, the database will grab all information regarding that city and return the info back to the user.
I intend to use PHP and MySQL but do not know how exactly go about this. Some direction from some of experts in this area would really help me out. Thanks!
The site will not be user driven but geographically driven instead. Its intention will be to inform users with local:
local Event calendar information,
local Nearby businesses,
local & advertisements.
These features could grow depending on the popularity of the website of course.
They should also have the availability to change their location.
Will I have to develop a template that will be populated everytime a user enters their location? or how is this done?
Any help on all my questions will be greatly appreciated!
Nu1
After that you are probably ready to start coding, but try and follow that plan you made earlier to keep some direction for the project.
I would think you will want a template, you can then pull out all your results from the database, render them and stick them in the template.