Where in the world are the Evans kids?

My grandmother and mother have a problem. They don’t know where us Evans kids are. We travel around a lot, and don’t stay in one place for long. So I thought it would be a fun project to code up a PHP / MySQL web application that puts us on a Google Map. Of course, I want to make sure that if I’m going to go to all this trouble it will be a general system, so I did user sign-up and each user can have multiple maps.

I have not yet added access control, which is the biggest problem: once you are on the system, anyone can put you on their maps, and all of your maps are visible to everyone. Still, it works pretty well for what I want to do, and I don’t think this is going to be a well-known thing so I’m not too worried about privacy concerns. I will try to put in some access control stuff though.

The code should be released under the GPLv2 once I get around to packaging it up. It is my first PHP coding project, so it is probably pretty ugly, but since I use Smarty (also my first time with that) and ADODB for database abstraction, I think it should be reasonable.

Check things out: Where in the world Are the Evans Kids?


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *