Magento Get Current Product ID amiriqbalmcs 3:44 PM 0 magento amiriqbalmcs How to get current product id in magento. Blow code will display currently loaded product id.. <!-- Magento Current Product Id --> <?php...
Codeigniter Display Last Query amiriqbalmcs 2:03 PM 0 codeigniter amiriqbalmcs The following code return the last query that was running in codeigniter. Sometimes we want to display which query was currently running. For this purpose...