Ben onun adıyla ürünü bulmak için "Beğen" ile çok basit bir sorgu kullanın
SELECT p_pid, p_name, p_cat
FROM products
WHERE p_sid=346 AND p_name LIKE 'product name here in utf-8 encoding, can be various languages'
LIMIT 1
Ben geçerli bir ürün adı ile koddan Bu sorguyu çalıştırdığınızda, ben sonuç yok olsun. Ben (tarayıcıya php ile yankılandı) sorgu kopyalayın ve mysql sorgu tarayıcıda elle çalıştırmak eğer ben bir sonuç alabilirim. Yanılıyorsam herhangi bir fikir?
Notlar:
1.There is no error coming from the query. Just no results. 2. I'm using ezsql library 3. The code runs well and perform other SELECTs with the database successfully in the same scope in the code.