Magento is one of the most popular platforms of eCommerce. Big businesses love it because it is powerful and they have also got the deep pockets to pay the yearly fees for Premium Enterprise subscription. Magento is perfect for the global brands who have g...

By: Shara Jones Feb 2, 2017
PHP

PayPal payments standard is the most simple way to implement the payment system to your website and accept payment from the buyers online. With the PayPal standard payment gateway, a buy now button is provided that allows the buyer to purchase a single ite...

By: CodexWorld Feb 24, 2021

The easiest way to upload files in the web application is to use server-side code. The file upload functionality can be implemented with minimal lines of code in the server-side script. In the previous tutorial, we discussed a simple method to upload files...

By: CodexWorld Jul 15, 2022

Are you want to increase your earning by insert ads into the blog post content? If so, this tutorial will help you to add ads between the post content in WordPress without using any plugin. Most of the beginners add the ads code manually into the post cont...

By: CodexWorld Jan 19, 2017

Social media buttons are very useful for every website and it helps the user to get updates from the website. Also, sticky social bar surely increases the social media followers of your website and helps to drive traffic to your website. In this tutorial, ...

By: CodexWorld Jan 17, 2017

There are hundreds of forum posts that are normally opened on a daily basis on the WordPress.org and on other forums and in almost all the developer site theme that every developer has containing similar issues which can be resolved easily and within a sho...

By: Sarah Clarke Jan 12, 2017

CodeIgniter provides a form validation class that helps to validate form fields by writing the minimal code. Generally, we are used required rule in CodeIgniter to validate a required form field. But required rule does not work when you tried to validate a...

By: CodexWorld Jan 9, 2017
PHP

These days SMS feature is used for various purposes in the web application. For example user authentication, OTP verification, and sending notifications to users. To send SMS from a PHP script you need to select the best SMS gateway provider that is suitab...

By: CodexWorld Mar 6, 2023

CodeIgniter provides some built-in helpers to make easy to implement some useful functionality in the web application. Download Helper is one of them that lets you integrate file download feature quickly in CodeIgniter. The Download Helper have a force_dow...

By: CodexWorld Apr 12, 2018
PHP

Forgot password recovery feature is mandatory for login system. It helps the user to update account password which they have forgotten. Using forgot password link user can easily reset their account password. This tutorial helps you to implement forgot pas...

By: CodexWorld Jul 3, 2018

User Login System is the most used feature in CodeIgniter application. Like the user authentication in PHP, the user login system can be easily implemented in CodeIgniter with the session. CodeIgniter framework provides many built-in libraries and helpers ...

By: CodexWorld Aug 22, 2019
keyboard_double_arrow_up