10.02.2017, 21:52
Quote:
|
%% arent a problem, the problem is typing ' '
Format: LIKE '%SEARCHEDTERM%' we cant type ' via pawn, as the plugin will convert it into " |
PHP Code:
mysql_format(conn, mquery, sizeof(mquery), "SELECT OwnerName,PhoneNumber FROM phones WHERE OwnerName LIKE '%%%e%%' AND ShowPhonebook = 1 LIMIT 25", params);

