On several occasions I have had the need to modify a page's <title> tag after it has already rendered. Most commonly, this occurs when a Content Management System is generating the template. So, I wrote a custom tag to handle this ...
Entries for month: July 2009
This is probably old knowledge, but for some reason I never ran into it until this week. You should almost never use the ORDER BY RAND() statement in MySQL.
Recent Comments