Jump to content

Searching Phone number


girish.kc

Recommended Posts

Hello,

I have a Phone number lookup in my website.  The number in table may be in different formats like (123) 456 - 789 OR 123-456-789 OR 123456789 OR 123 456 789 etc..

But now how to search the numbers from the table. If the user enters 123456789 it should select the record with this number in any format.

 

Please help.

 

Girish

 

Link to comment
https://forums.phpfreaks.com/topic/233055-searching-phone-number/
Share on other sites

I think in this case. The best way is change your database structure.

You have to add a field named real_phone. When insert a record you have to remove all character from phone number and insert this value to real_phone field.

 

When searching. You have to handle the data to search only contain number and compare with real_phone field

 

Good luck.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.