I have an index.php page that does a query from a database of users, in this database there is a field called isadmin.. I am wondering if it would be possible to do some type of IF statement based on that field having a certain value? Some how fetching the status of that field, like if field=1 then echo "this" and if it equals 0 then display nothing..?
Thanks
Thanks
Comment