I have a problem in creating a search script in mysql database. I tried many scripts but I failed. What I want to do is something like this:
The database has a table, 2 columns (CODE, ID)
In the search bar enter a maximum of 20 digit CODE format and script display ID ( max. 5 digits ) of the code. All this in a single web page, preferably. Thanks in advance!
you can do this by like a example is below