I want to have a script so people can search for members in the database..
So they will be searching the field 'Username'...
I want it so if they seach for a name and it displays similar results...
So if they search R it will display all names begining with R...
So it would be something like...
Select * from Members Where Username is like '$Seacrh_value'
Anyone know the correct coding
Thanks
-James 
|