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
Two Vss writers are in the failed state
SBS2008 Users receive multiple invites
IIS 7 - redirect HTTP to HTTPS
How do I get this JavaScript into ASP.NET?
Bad Pathping MPLS Cloud
Customise vendor and manufacturer popup window in virtuemart.
Office 2010 - incorrect file associations - files not opening
BES Enterprise 4.1 to BES Express
SBS 2008 Group Policy WAN Issues
can we develop a windows service compatible to platforms other than windows