Ok done, now if i want to see if the word is there, how to check it? how to do that V ?
PHP Code:
else if(equali(say_args, "/search"))
{
if(!songname or word not found)
return
else if(songname or word found)
{
inistialize(); here is where we read the line
SearchSong menu here its a menu, the menu is where all the matches are, like there is 10 eminem songs and i type /search eminem in the menu i see all eminem songs, you get it?
__________________