Hi im looking to echo a result of a query code i have at the moment is connections +
<?php
$result = mysql_query("SELECT SUM(tablefield) FROM table")
or die(mysql_error());
got no idea if this is right, i seem to have got really mixed up with this.
Can anybody help please