mbhramar
03-10-2008, 08:59 AM
Hi,
I need to get the user input as a keyword for displaying ads.
In order to get strings which user inputs with quotes or symbols like %$#@, I need to strip the string off of any symbols but NOT spaces.
eg. If the user inputs:
Hello "World"!
It should return:
Hello World
I can only use the string with no symbols & quotes to include as keywords for the site.
Thanks
I need to get the user input as a keyword for displaying ads.
In order to get strings which user inputs with quotes or symbols like %$#@, I need to strip the string off of any symbols but NOT spaces.
eg. If the user inputs:
Hello "World"!
It should return:
Hello World
I can only use the string with no symbols & quotes to include as keywords for the site.
Thanks