SELECT * FROM `article` WHERE publie =1
But it gives me the result with publie value=0
I did it several times but the same probleme.
Any idea?
Posted 14 May 2012 - 08:30 AM
SELECT * FROM `article` WHERE publie =1
Posted 14 May 2012 - 08:42 AM
Posted 14 May 2012 - 08:51 AM
SELECT * FROM `article` WHERE publie ='1'