Hello Gents,
I have come across such new requirement like given scenario,
I have added new table called ost_outletnumber
outid int(10) UNSIGNED No None auto_increment
outno varchar(11) utf8_unicode_ci Yes NULL
outname text utf8_general_ci Yes NULL
outadd text utf8_general_ci Yes NULL
outcity text utf8_general_ci Yes NULL
after table creation i have imported data ex( 9001234,2003 Cold store,shop12,SA)to mysql table manually .
Now i want to replace subject menu to outlet number in new ticket page and once i enter outlet number manually in outlet number field same time all information(outname,outadd,outcity) related to outlet stored in database should be appear in message field.
How can we do this: :)
Appreciated your help.