Need your feedback
Site Search
-
Categories
- Actionscript (1)
- Django (28)
- iPhone (7)
- Javascript (12)
- Linux (13)
- Mac OS Basic (11)
- Misc (43)
- PHP (25)
- Python (2)
- Software Support (7)
- Uncategorized (1)
-
-
-
Category Archives: PHP
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