Microsoft
Software
Hardware
Network
Question : PHP + MYQL - Lile statement problem
Hi,
I need to query my mysql with like statement.
My database valeu is /home/florlpt1/public_html
/safelinet
_t/system/
data/defau
lt_home_fo
lder/teste
/FGCI 2010/Norte/
this is my query
SELECT * FROM `df_modules_shares` WHERE `path` LIKE '%/home/florlpt1/public_ht
ml/safelin
et_t/syste
m/data/def
ault_home_
folder/tes
te/FGCI 2010/Norte/123'
so I need that the query return me the database valeu "/home/florlpt1/public_htm
l/safeline
t_t/system
/data/defa
ult_home_f
older/test
e/FGCI 2010/Norte/"
How can I do it?
Thanks
André Bolinhas
Answer : PHP + MYQL - Lile statement problem
Ok, maybe try reversing the LIKE:
SELECT * FROM `df_modules_shares` WHERE '/home/florlpt1/public_htm
l/safeline
t_t/system
/data/defa
ult_home_f
older/test
e/FGCI 2010/Norte/123' LIKE CONCAT(path, '%')
Random Solutions
Moving a Child domain from one forest to another
Old XP Computer Repair
Another Regex Question
C# DataRowCollection sort
Deleting Windows directory on secondary installation
SQL Injection & Classic ASP
how do I export group policy from server 2003 x64
Outlook stationery, multiple BCC recipients, spam filters
VBA syntax to include a specific directory and a selected file
ToolTip in Text