5
Hi Thank you for the tip. I have changed the field name to "Hotmail & Skype" but if I try and change the first part '_US_AIM' to '_US_Hotmail' it dose not work (see code below)
//%%%%%% File Name userinfo.php %%%%%
define('_US_SELECTNG','No User Selected! Please go back and try again.');
define('_US_PM','PM');
define('_US_ICQ','ICQ');
define('_US_AIM','Hotmail');
define('_US_YIM','Skype');
define('_US_MSNM','MSNM');
define('_US_LOCATION','Location');
define('_US_OCCUPATION','Occupation');
What I'm trying to do is change the two AIM and YIM as I do NOT need them to captuer other user info.
How it is at the moment (see code above) when a user enters ther Hotmail or skype info in to the two lines the information is NOT retained.
Can someone PLEASE help me with this or give me an exp of how the full line of code sould look to work.