How to get the Total Price of items currently in the Cart?

Just pick the below code.....
helper('checkout')->formatPrice(Mage::getSingleton('checkout/cart')->getQuote()->getGrandTotal()); ?>