A
Anonymous
Guest
I've searched through the MySQL manual and obviously missed the section that deals with echoing a COUNT value.
This is what I have:
$Count = "SELECT COUNT(*) FROM Logon
WHERE loginName = '{$_SESSION['logname']}'";
If I fire this into a query window it returns a value - how can i echo this value on the screen...?
This is what I have:
$Count = "SELECT COUNT(*) FROM Logon
WHERE loginName = '{$_SESSION['logname']}'";
If I fire this into a query window it returns a value - how can i echo this value on the screen...?