I made another "Map" program, where people can add themselves to the map, and see where everybody lives.
The image doesn't actually overwrite itself everytime. It creates text files containing the needed information, and when view.php is accessed, it loads a blank GIF map, and writes all of the circles/names.
The only problem is, it always writes in white, even though I tell it to write it in black. Why does this happen? Thanks!
I'm assuming this is common bug, but if its not, I'll post parts of my source code.
The image doesn't actually overwrite itself everytime. It creates text files containing the needed information, and when view.php is accessed, it loads a blank GIF map, and writes all of the circles/names.
The only problem is, it always writes in white, even though I tell it to write it in black. Why does this happen? Thanks!
I'm assuming this is common bug, but if its not, I'll post parts of my source code.