How to Install NGINX, PHP & MySQL on Amazon Linux 2023 (Step-by-Step LEMP Guide)

Posted by on Apr 14, 2026 in General, MySQL, Php | No comments yet

Setting up a high-performance web server stack using NGINX, PHP, and MySQL on Amazon Linux 2023 is a popular choice for developers deploying applications on AWS EC2. This complete guide walks you through installing and configuring the LEMP stack (Linux, …

Add Toolbar and pager to custom product collection in magento

Posted by on Jun 25, 2016 in General, Magento, Php | No comments yet

While handling a magento job, i encountered a situation to implement the toollbar section for a custom product collection. So today we are discussing about how to add Toolbar and pager to custom product collection in magento Let us assume $_productCollection …

Get customer by custom attribute in Magento

Posted by on May 27, 2015 in General, Magento, Php | No comments yet
Get customer by custom attribute in Magento

We can get customer by custom attribute in magento with a single line of code as shown below, Just pass the attribute name and the desired value In the above code username is the desired custom attribute and yourusernamehere is …

Import CSV File Into MySQL using LOAD DATA INFILE

Posted by on Feb 27, 2015 in General, MySQL, Php | 2 Comments

In this post we are discussing on how to use LOAD DATA INFILE statement to import CSV file into MySQL table. The following statement imports data from c:\tmp\data.csv file into the discounts table. The field of the file is terminated …

Load More