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
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
2 matches
Mail list logo