If you want to offer a csv feed and want the results to be on demand and like the idea of avoiding messing about righting to files on the server etc, you might like this little manuever. You will notice I'm using a non standard db_query function, just assume that this does all the sensible [...]
Archive: dynamic
Posts Tagged ‘dynamic’
June 6, 2011
No Comments
September 26, 2009
2 Comments
If you are trying to use associative arrays in Javascript, the first thing is to not use the Array type and instead just use objects. The weird and wonderful thing is that if you create your array as an object, you can still use the array style square brackets to access object properties. So for [...]
Categories:
Archive by date: