spewn
Programmer
- May 7, 2001
- 1,034
how do i write:
or
any ideas?
- g
Code:
$stha = $dbha->prepare("select offerID from offers where ((offerType1 like '%$srchVar%')&&(offerType1 != ''))");
or
Code:
$sth = $dbh->prepare("select offerID, offerName, offerImgSmall, offerName2, offerType1, offerType2 from offers where ((offerType1 like '%$srchVar%')&&(offerType1 != '')) LIMIT $start, $results");
any ideas?
- g