[PHP] Removing quotes

2006-10-10 Thread John Taylor-Johnston
Someone kindly gave me this once. I now need to reverse engineer it to remove the quotes and plus signs from $searchenquiry. Is it as simple as this? // FINAL RESULT: [+"john" +"johnston"] $sEnquiry = preg_replace("/\s+/", "+", $sEnquiry); // RESULT: ["john" "johnston"] $sEnquiry

RE: [PHP] Removing quotes (was stripping white space?)

2001-07-10 Thread Navid A. Yar
My thoughts exactly Comrade --Navid Yar -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 9:27 AM To: Maxim Maletsky; [EMAIL PROTECTED] Subject: [PHP] Removing quotes (was stripping white space?) Will IE 6 support this non-standard coding