Hello, I am new to this but here is the question. I have this query that counts rows in my database. SELECT Count() FROM `files` WHERE `added`=current_date Which works. Now what is the standard php code that would display that? Thanks.