Categories
Blog

- January 24, 2026
- Email File Upload PHP
Send Email with attachment on form submission in PHP
For the web application, we mostly and frequently use web form. There are various type of web form used to get the user’s input like Contact, Registration, feedback. Contact or feedback form is used for online communication and submitted form data is sent via email instantly. You can easily send mail with attachment and form data using mail() function. In this blog, we are going to understand how to send email with attachment on form submission using PHP.
Read More
about Send Email with attachment on form submission in PHP

- January 23, 2026
- Controllers Laravel Authentication Logging Out Model Protecting Routes Retrieving Validation Views
Making simple authentication system using auth command in laravel
Laravel is a free, open-source, powerful and fully MVC based framework. Laravel provides rich set of features and functionalities which speed up website development process. In this blog, we are going to understand making of simple authentication system using auth command in laravel and its working process.
Read More
about Making simple authentication system using auth command in laravel

- October 12, 2025
- PHP woocommerce woocommerce product Wordpress
How to Add/display custom input fields in WooCommerce?
This is the complete guide on how to add/display custom input fields in WooCommerce. Here you will learn how to show extra product data and sell extra product options on your website.
Please follow the below steps :

- October 1, 2025
- E-Commerce Development
How to install Opencart
Question. How to Install Opencart?
Answer. OpenCart is a free open source ecommerce platform. It is PHP-based, using a MySQL database and HTML components. Support is provided for different languages and currencies. It’s freely available under GNU General Public License. OpenCart was developed in 1998 by Christopher G. Mann for Walnut Creek CDROM and later The FreeBSD Mall. In this blog, we can explain you how to install opencart?