Konu
iki adet where sorunu
31-07-2010, 10:15:50
#1
Ros34
php/mysql'de iki adet where nasıl kullanabilirim?
where a LIKE b
olan bir kod var, ben bunu;
where a like $b AND c=$d
yapmak istiyorum (
bu şekilde denedim ancak olmadı
).
bunu nasıl yapabilirim?