So basically if i understood correct, the code will look something like this:

 Code:
$NewName = ReadProfileString ('path\to\translate.ini', 'NAME', $UserID)
$NewCity = ReadProfileString ('path\to\translate.ini', 'CITY', $UserID)

and so on for every detail...

And the INI file will look like this:

 Code:
[NAME]
JDavid=James David
CTony=Cool Tony

[CITY]
JDavid=Tel-Aviv
CTony=Jerusalem

And so on with the rest of the details...


I didn't quite understand the IIF code line.
I understand what it does but that only in a case where there is no data at the required field, correct?
If that so, i only have to make sure that all the necessary fields in the AD are filled.