will2kready
Posts: 5
|
| Posted: 05/10/2005, 1:13 AM |
|
anyone can tell me any suggestion to display someone full name automatically from his/her email?
example:
inout :will2kready@gmail.com
from this input, it will display someone full name.
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 05/10/2005, 8:42 AM |
|
I am not sure if your question is clear. Are you pulling the name from the email address or are you pull the user name from a separate table?
If you are pulling the name from the email address then you can use a PHP text function to do that.
If you are using the email as a reference then you need to have a table that stores the email address and user name information. This way you can use the CCDLookUp funtion to obtain the username based on the email address.
Hope this helps.
|
 |
 |
|