I have this query to use in PHP:
mysql_query(\"select count(*) from registeredUsers where email=\".$_SESSION[\"username\"]);
When I use e
e
Try casting it to string before echoing it. As an int, 0 will display as an empty string.