searching from text field

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rami
Forum Contributor
Posts: 217
Joined: Thu Sep 15, 2005 8:55 am

searching from text field

Post by rami »

i am trying to make a online result for small college.
The concept is the user enters symbol numbers ,faculty and the entered query is matched with the data in data base if match is found
pass and division message is given if not fail message is given.

Because of huge amount of data(students) i have made three text fields in database
first
second
third

where in first(column) i enter all first division symbol nums ,in second ..symbol of second and so on..rather than entering data one by one.

i am having problem to search a symbol number with in a field.
this needs a high accuracy as it is result.

any idea how can i do it
thanks
is it better to use javascript ot php for this task
please help..
any other idea...
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

If you post your code we can help you debug it.
Post Reply