I'll start by saying i'm not a php guy at all so excuse me if this question is very basic.
All i am trying to do is add a little script that will pull out a different heading from a list randomly.
I.e if i have a list like this:
<h1>some heading</h1>
<h1>another heading</h1>
<h1>a third heading</h1>
I'd like the script to pull one out at random and print it onto the page if you know what I mean