I want to display a string \"Your status has been posted\" for something around 3 or so seconds than I want it to go away.
As of right now I have a news feed where the u
You cannot achieve this with PHP only; you need JavaScript. Here's a simple example using jQuery: http://jsfiddle.net/4surX/