Thank you! 🙂
I used the following based on your help:
$total_value = mysql_query("SELECT SUM(price * stock) AS total FROM products WHERE stock >0");
Obviously I used the "WHERE stock >0" argument because I didn't want the query to return the value of stock in instances where I had none. 🙂
I'm really glad I came here today, I'll be sticking around like glue for sure! 😃