Hey, i am looking for a way to display a message box if a certain user logs into my forum.
So something like:
IF ($username=="BIOSTALL") {
//run javascript to display message box
}
Is it just a matter of echoing something like:
echo "javascript:Alert('Welcome BIOSTALL')"; ??
Cheers,
BIOSTALL