Category Archives: PHP

PHP Learning…

PHP Code Optimization: Do’s and Don’ts

Following tips are written to save time and development cost (includes memory too)

Posted in PHP | Leave a comment

How to add google analytics code in Magento

Goto admin backend site, find System -> Configuration -> GENERAL -> Design -> Footer in textarea Miscellaneous HTML add the GA code  

Posted in PHP | Leave a comment

php-smtp

<?php # # Class: SMTP # Author: aldo of http://mschat.net/ # # This class can be used to send email with SMTP instead of mail(). # # Here is an example of how to use it: # # require(‘SMTP.class.php’); # … Continue reading

Posted in PHP | Leave a comment
Page 1 of 912345...Last »