PHP

Average wind direction

a little PHP snippet for consolidating wind directions

more »

Some functions I did for a forum once:

BB-code

This is a function that will help you to parse BB-codes. The following codes are supported:

  • [url]http://www.example.com[/url]
  • [url=http://www.example.com]Example[/url]
  • [img]http://somewhere.com/some_pic.jpg[/img]
  • [b]bold text[/b]
  • [i]italic text[/i]
  • [u]underline this[/u]
  • [code]some code[/code

» Source

Smilies

This function will convert smilies like :-) to .
14 smilies are supported.

» Download (source & images)