Question
php search box - keywords
Hi I have been searching on php.net and getting confused as
to what is best for this.
I have an advanced search which is fine but for my keywords search box I am wanting to remove odd spaces and character placed e.g. a plus sign or a comma etc.
If I use a preg_replace() I am not sure what to use, I also read about str_replace() and getting confused.
Any suggestions are welcome.
I know how to use trim() but I need more than that for this instance.
Thanks for your time....
I have an advanced search which is fine but for my keywords search box I am wanting to remove odd spaces and character placed e.g. a plus sign or a comma etc.
If I use a preg_replace() I am not sure what to use, I also read about str_replace() and getting confused.
Any suggestions are welcome.
I know how to use trim() but I need more than that for this instance.
Thanks for your time....