View Single Post

  #2 (permalink)  
Old 30-05-2008, 17:57
s7v7n s7v7n is online now
Administrator
 
Join Date: Jan 2008
Posts: 2,278
Default

Now we are using this one:
vbtube_tubes.title LIKE '%$searchtext%'

This one would search everything with a starting a.
vbtube_tubes.title LIKE 'a%'

You can do some edits at vbtube_search.php. Itīs not a hard job to make a alphabetical Search... You can look at the codes i used you can edit them...
Reply With Quote