Tag: coding birds online

Razorpay payment gateway setup in CodeIgniter

Hi developers, welcome you all in another article on how to make the Razorpay payment gateway setup in CodeIgniter. I hope, you must have integrated other payment gateways like PayUmoney, Paytm payment gateway, etc. If you didn’t don’t worry follow the steps as I have given you, you will able to achieve without any errors. […] The post Razorpay payment gateway setup in CodeIgniter appeared first on Coding Birds Online. ...
Continue Reading Razorpay payment gateway setup in CodeIgniter

Login with Google account: using JavaScript OAuth Library

Hello everyone, Today in this tutorial I will show you how to create login with Google account using JavaScript OAuth-library in your web application. You can find N number of tutorials on Google authentication but this tutorial is different from them. This tutorial tells how easy it is to integrate login with Google authentication. In […] The post Login with Google account: using JavaScript OAuth Library appeared first on Coding Birds Online. ...
Continue Reading Login with Google account: using JavaScript OAuth Library

How to send email with attachment in PHP

Hi, If you are looking for the PHP script to learn how to send email with attachment in PHP without going to spam then you are in the right place. I know you searched a lot on Google to find source code but every code sends that to spam, not in the inbox. Check our […] The post How to send email with attachment in PHP appeared first on Coding Birds Online. ...
Continue Reading How to send email with attachment in PHP

How to send email with attachment in PHP

Hi, If you are looking for the PHP script to learn how to send email with attachment in PHP without going to spam then you are in the right place. I know you searched a lot on Google to find source code but every code sends that to spam, not in the inbox. Check our […] The post How to send email with attachment in PHP appeared first on Coding Birds Online. ...
Continue Reading How to send email with attachment in PHP

Active inactive users in PHP: using jQuery AJAX

Making users active inactive is the most important and common feature in web applications and websites. In this tutorial, we are going to learn how to make active inactive users in PHP using jQuery AJAX without page refresh. You check this demo also. You can implement the same code with CodeIgniter as CI follows the MVC pattern. […] The post Active inactive users in PHP: using jQuery AJAX appeared first on Coding Birds Online. ...
Continue Reading Active inactive users in PHP: using jQuery AJAX

How to partially hide email address in PHP, AJAX

To hide email addresses or contact numbers partially is the most common thing in web application development. If you might have noticed on so many websites when you register by using your email id or contact number, then they shoot a verification code on your email or phone. And you can’t see the full email […] The post How to partially hide email address in PHP, AJAX appeared first on Coding Birds Online. ...
Continue Reading How to partially hide email address in PHP, AJAX

How to partially hide email address in PHP, AJAX

To hide email addresses or contact numbers partially is the most common thing in web application development. If you might have noticed on so many websites when you register by using your email id or contact number, then they shoot a verification code on your email or phone. And you can’t see the full email […] The post How to partially hide email address in PHP, AJAX appeared first on Coding Birds Online. ...
Continue Reading How to partially hide email address in PHP, AJAX

How to partially hide email address in PHP, AJAX

To hide email addresses or contact numbers partially is the most common thing in web application development. If you might have noticed on so many websites when you register by using your email id or contact number, then they shoot a verification code on your email or phone. And you can’t see the full email […] The post How to partially hide email address in PHP, AJAX appeared first on Coding Birds Online. ...
Continue Reading How to partially hide email address in PHP, AJAX

CRUD application in PHP using jQuery AJAX

If you are looking to learn how to create CRUD application in PHP then you are in the right place. In a web application, 4 operations are mainly performed, Create, Read, Update and Delete. These are called CRUD operations in short. Create – This is to save the data to the database. Read – This is the operation to […] The post CRUD application in PHP using jQuery AJAX appeared first on Coding Birds Online. ...
Continue Reading CRUD application in PHP using jQuery AJAX

How to make a dynamic pie chart in PHP in 2 steps

The pie chart is the most important part of data visualization. If you are looking for the code to draw the dynamic pie chart according to your data then you are in the right place. Our website Coding Birds Online provides the very simple, to the point and 100% working source code with a complete […] The post How to make a dynamic pie chart in PHP in 2 steps appeared first on Coding...
Continue Reading How to make a dynamic pie chart in PHP in 2 steps