I want to perform the following--
A table contains the attribute Name, Address and Alias. Each name in the database should have multiple entries in alias column. If an user types the main name or any of the alias name, the main name and the address should be displayed. PHP can be used as scripting language.Please suggest the database structure and PHP script for this purpose. The main name and address is one entry per record.
A table contains the attribute Name, Address and Alias. Each name in the database should have multiple entries in alias column. If an user types the main name or any of the alias name, the main name and the address should be displayed. PHP can be used as scripting language.Please suggest the database structure and PHP script for this purpose. The main name and address is one entry per record.
