simple php/mysql job

A

Anonymous

Guest
we need a search for a membership database we have.

Each membership contains several fields, like company name, fax, phone, email, etc.

Wee need it so that when someone searches for something, all the fields are returned - like a listing - company name, fax, etc.

for example if someone searched 'ACDI'
we would need the search to return the entire listing for the company:

ACDI
phone #
email
address
...and so on.

if there is more than one match, we need records returned one after another -

company 1
phone
email
address

company 2
phone
email
address

etc.

If we can get this done well, for a decent price we would probably have more work for you in the future.
 
HI,

We are into web world from last 5 yrs. We have worked with many INTERNATIONAL clients. DONE many projects in PHP/ASP. You can see our websites http://www.einfoway.com http://www.a1domainhosting.com http://www.bidfreelancers.com

You may outsource projects to us as we can get it done for you at very cheap rates and in small time. You can concentrate to get more clients and all work will be done by us. We in no way will contact your clients we can have an agreement for that too.

We are small team and we work for full time. If you have any projects to outsource you can contact us at info@einfoway.com, our rates are very low yet the quality is on the top :). You can also try posting projects at http://www.bidfreelancers.com

Einfoway is into software development and proposing its services for the development of the desired web site application

CORPORATE PROFILE

EINFOWAY is an IT company with focus and vision to become a global corporation providing high quality and cost effective software services and products to the customers in its chosen field of technical segment and be a master in those operating segment & market.


Skill sets for Projects at EINFOWAY
Clients sever technology, 3 tier technology and host based computing: Developer 2000/Oracle, Visual Basic, SQL, VC++, C#, SQL Server, MYSQL...
Embedded: C/C++, VC++, UNIX, Device Drivers, UNIX Internals, Kernel, Socket, and Shell Programming
Internet Technology: ASP, PHP, ASP.NET, XML JAVA, JSP, Flash, Photoshop, Dreamweaver, Javascript, IIS Server, Java Web Server, Web logic
GIS: AutoCAD, Micro station

Our expertise in:

• Business Process Automation
• E-business Consulting
• E-Learning
• System Integration
• Application Migration
• Application Maintenance
• Implementation of Work Flow
• Enterprise Resource Planning
• Inventory Management
• Production Planning
• Material Management
• Personnel and Payroll
• Website Designing
• Static/Dynamic Website Development
• Content Management System (CMS) based Solutions
• CAD/CAM/CIM/Industrial Automation
• Biometrics / Smart Card Applications
• Mobile Technologies

We have successfully designed & developed :

• CRM Integration
• Billing Software
• Human Resource Management Software
• Business Intelligence and Data Warehousing

Let me know if you have any requirements
 
Well, I'm getting to this posting quite late in the game but if you still need need assistance...

SELECT * FROM tbl WHERE company LIKE '%$searchstr%'
OR phone LIKE '%$searchstr%'
OR email LIKE '%$searchstr%'
OR address LIKE '%$searchstr%'

there's a freebie for you (and if that's all you need, great)... assuming you're doing php/mysql... if not, I'm familiar with other options, even parsing out text files. (and of course I'd be filling out the code so that the script does what you want it to do)

So, if you do find youreself needing help, feel free to email me
jc@mediaphyte.com
 
Back
Top