A
Anonymous
Guest
Is it possible that the description of those unwanted records contains 240?
I don't see any errors in the query...
Coditor
I don't see any errors in the query...
Coditor
$sql =Select * from document where (title like '%".$descrip."%' or descrip like '%".$descrip."%') and type !='' and (status='Active' or status='obsolete')
$result_qr=mysql_query($sql);
$result = mysql_result ($result_qr,0,"field name");
tags and indentations... This is impossible to read and I don't feel like editting it myself 8)
Coditor