neilmurray
Technical User
Hi,
I am running the following query
$query = "select sum(offernumber) from offers where offerprice='120'";
result= mysql_query(query);
how do I then extract this result?
Thanks,
Neil.
I am running the following query
$query = "select sum(offernumber) from offers where offerprice='120'";
result= mysql_query(query);
how do I then extract this result?
Thanks,
Neil.