Hello,
I have a table that contains mobile phones.
In table there are two fields. One is ID and the other is mobile phone.
Mobile phones are like 555-555 55 55 in my table.
What I want to do is, user will have a text box. and he/she will enter the number like 5555555555 ( not like the format in my table) and will click the "search" button. Then If there is a phone like that in my table the output will be the ID of that phone number, otherwise it will give error like " this phone doesnt exist"
How can I do this?
Thank you
I have a table that contains mobile phones.
In table there are two fields. One is ID and the other is mobile phone.
Mobile phones are like 555-555 55 55 in my table.
What I want to do is, user will have a text box. and he/she will enter the number like 5555555555 ( not like the format in my table) and will click the "search" button. Then If there is a phone like that in my table the output will be the ID of that phone number, otherwise it will give error like " this phone doesnt exist"
How can I do this?
Thank you