I then went to mySQL database viewing it with phpMyAdmin. I noticed that the two fields I created in DUD didn't create in mySQL. So I added the fields pn_FIRSTNAME and pn_LASTNAME within mySQL.
After that, I imported my users with a csv file via phpMyAdmin to the mySQL database. Back at my site, I viewed a user's account. All the fields populated fine except for _FIRSTNAME and _LASTNAME.
I have to have these two fields populated by this weekend (it will be viewed by the new registered users by Monday), but I don't how to do it. The firstname & lastname fields in mySQL are populated with the correct data but how can I get that data into my site under the user's account?
If anyone can help me, I really appreciate it. Right now, I'm afraid I may have to log in to each user's account, click on "My Account" and populate the firstname & lastname fields one by one. I have over 250 users!
Thanks,
Sue
