Hi,
After someone logs in, I want to flash a message that says "Successfully logged in"
and then automatically redirect to another page via PHP.
How do I insert this pause?
right now I've got
header ("location: [url]http://www.cnn.com');[/url]
If I'm supposed to use the meta tag, I'm not sure how to use it b/c I'm using headers with php.