Please answer this simple SPAM challenge: one plus four? (Example: nine)
A quick one liner to get the first entry returned. This is nice for very basic queries.<?php$count = current($db->query("select count(*) from table")->fetch());?>php
<< Back to user notes page