I'm just starting out with php and was wondering if there was a way that I could acomplish the following using php code:
I want to be able to go onto a forum (such as www.yabbforum.com/community) and in my sig have something like "[ img ] www.mysite.com/mysig.php [ / img ]". Mysig.php would get the user's info (stuff like OS, Browser and Ip etc) Then would return a picture with something to the effect of "You are running Windows xp, MS IE. 5.3-b is your browser and your Ip is 58.48.48.7554. Doesn't it bother you that I know that?"
Is this acomplishable and if so how?