Andrew Yochum says: ...> > Isn't PHP overkill for a simple task like this? > > #!/bin/bash > yes 'Best wishes, Dan!!! <br>' > > Less overhead! ;-) ... Dude -- Just because Dan's forking a child process, doesn't mean we have to. How about: #!/usr/bin/yes Best Wishes, Dan!!! <br> There's your 40 byte script solution. :-)