str_replace question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sorry if this already went through, my SMTP server was having problems.

 

Hi there everyone,

 

I’m having a weird problem and I’m not sure why, if I try to replace WHERE
AND with just WHERE it won’t do it, but if I try to replace WHERE or AND by
themselves it WILL do it, but I cannot replace BOTH of them from a single
string, is something wrong below?

 

$additionalsql = str_replace("WHERE AND", "WHERE", $additionalsql);

 

Basically I’m trying to replace WHERE AND with just WHERE as I’m building a
very complex SQL query and it’s a difficult one, and I have a solution that
works perfectly but I need this to work in order to do it.

 

I would appreciate any help on this, as it’s very important.

 

Chris

 


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.7 - Release Date: 12/30/2004
 

[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux