Affiliates
Snippets
Tutorials
About
Home
Implode
function implode(glue, arr) { return arr.join(glue); }
Returns a string with all the array (arr) elements separated by glue.
Our other sites:
Free display pictures!
Play flash games
Random tutorials:
Negative Ghost
Shows how to add a spooky ne...
Making Custom Shapes
A neat way to create custom ...
A simple hitcounter
How to make a nice hitcounte...
Brushed Metal
A rather realistic metal eff...
Unix Timestamps
How to use the time() functi...
Cartoon Clouds
How to draw some nice cartoo...