1
Hallo,
ich habe eine Abfrage:
Folgendes funktioniert nicht:
Gruß
ich habe eine Abfrage:
where tblposts.PostTitle like '%$st%' and tblposts.Is_Active=1 LIMIT $offset, $no_of_records_per_page");
und will die um eine 2. Bedingung erweitern.Folgendes funktioniert nicht:
where (tblposts.PostTitle like '%$st%' or tblposts.postdetails like '%$st%') and (tblposts.Is_Active=1) LIMIT $offset, $no_of_records_per_page");
Gruß