PDA

View Full Version : PHP in AIM Profile



Yeldarb
January 28th, 2004, 09:43 PM
I'm making a "subProfile" type thing for my AOL Instant Messenger, and I was wondering how I would get the user's screenname. I am currently logging IP addresses of people who view my profile into an external text file, but I want to be able to associate screennames with the IPs. Is this possible?

Jubba
January 28th, 2004, 09:45 PM
toss it in the query line... if your have the link in your profile just add in %n to get their sn...

www.mysubprofile.com/user=%n

and then just use $_GET['user']

Yeldarb
January 28th, 2004, 09:48 PM
ok thanks :D