Hello everyone,
I am having trouble with my PHP MYSQL project.
I have a usermap which stores the ids of all data.
For example it contains first_name_id, last_name_id, address_id etc.
I am now creating a program where I need to take all of the user ids from the usermap and match it with the appropriate fields.
In the program I am creating I want to display a list of each persons information or complete profile.
any suggestions ?
Thanks
I am having trouble with my PHP MYSQL project.
I have a usermap which stores the ids of all data.
For example it contains first_name_id, last_name_id, address_id etc.
I am now creating a program where I need to take all of the user ids from the usermap and match it with the appropriate fields.
In the program I am creating I want to display a list of each persons information or complete profile.
any suggestions ?
Thanks