I want to insert an sql query into an article using php
The sql query is simple .. i just dont know haw to make the syntax in order to call it to the article
the sql is
SELECT COUNT( fullname )
FROM table
WHERE (
fullname = 'myname'
)
AND (
STATUS = '1'
)
I made a lot of test but none was correct .
Can i have a little help on that?