Posted by Domestos on 10/13/24 11:27
I have a 1000x1000 area.
I have data in a mysql database giving X and Y co-ords and a colour.
I need to plop the colored dot down at the X and Y co-ords.
Sometimes the X and Y co-ord will be the top corner of a 5x5 picture.
In this case the database will hold the top left X and Y co-ords and the URL
File for the GIF.
Now ... If I go through these in a X and then Y FOR loop it takes for ever
for Apache to parse and display into the HTML.
Is there a sweeter way to do this? i.e. Is there anyway to pre-render the
image I am creating from the database?
There could be over 1000 references in the MySQL table
Navigation:
[Reply to this message]
|