When executing a request for full-text search, an error is returned Unknown column 'search' in 'where clause', the query itself:
SELECT * FROM `sandoz` WHERE MATCH (AssetType, AssetSubtype, UniqID, Asset_Status, SN, CR_IMEI) AGAINST (". $_POST["search"] .") I can not find a solution to the problem
var_dump($sql);after this line and here is the result. - Manitikyl