Skip to content
Padhmanaban R
SSE & Blogger from Bengaluru, India. Strong expertise in React JS, React Native, JavaScript, LAMP Stack & Web Development.
  • Home Page
  • React JS
  • PHP/MySQL
  • Programming Quiz
  • Solutions
  • Archive
  • Contact Me

Category: Solutions

Magento: Change Theme Using Controller

May 10, 2017 Padhmanaban

We can change the theme using magento controller by adding below code before $this->loadLayout(); , $this->renderLayout(); . Theme update reflects only on…

Continue Reading →

Posted in: Solutions Filed under: magento, magento change theme, magento custom template, magento tutorial

Magento: Export Category List as CSV Format

May 7, 2017 Padhmanaban

Using the below code, you can export magneto category list as CSV format. Place the code in your root directory,…

Continue Reading →

Posted in: Solutions Filed under: magento, magento csv format, magento tutorial, magneto export format

Send SMTP E-Mail Using PHPMailer

August 6, 2015 Padhmanaban

PHPMailer is the most popular code for sending email from PHP. It involves simple integration technique to send a email.…

Continue Reading →

Posted in: Solutions Filed under: php, php mail script, php smtp, PHPMailer

Difference Between Echo and Print in PHP

August 5, 2015 Padhmanaban

Print() print() is capable of displaying both strings and variables. print() returns a Boolean Type, expresses a true value. Echo()…

Continue Reading →

Posted in: Solutions Filed under: php, php echo, php output, php print

Post navigation

Page 3 of 3
← Previous 1 2 3
Copyright © 2023 Padhmanaban R