Re: [PHP] fulltext mysql search formatting and preg_replace question

2003-06-03 Thread daniel
i'll be less vague here is my regex $value = preg_replace("/\\\"[A-z]/","+\"$2",$value); i just need the quote before a character as i dont want a plus before the last quote :\ this chops off the first character and itsnt returning it > hi there i am creating a fulltext mysql search engine, i a

[PHP] fulltext mysql search formatting and preg_replace question

2003-06-03 Thread daniel
hi there i am creating a fulltext mysql search engine, i am generating the sql query from form inputs , within a fulltext text field , i can input exact matches like so "something1 something2" "something3 something4" , although there is a problem with this , the server defaults space between words