Group:
When having dynamic banner ads -- would it be BETTER to use MySQL with PHP or will PHP do the job just fine?
I DO want to keep track of hits, etc.... for each banner. MySQL is the way to go then, probably, huh?
Guido
Yes it is. MySQL will let you very easily collect hit data and generate reports from it.
Figures -- as it does everything else. 🙂
Any good code laying around to help with with this?