Below is a non circular double linked list php implementation. I do not frequently encounter linked-list coding in practice, but doing it just for the fun of it feels nice; also helps to brush up on those data structure theories.
Main Code:
Learn Basics ,Tips and Tricks of All Programming Technology