Text to Speech using Amazon Polly API in PHP

Amazon Polly is a cloud service that allows us to convert any Text to Speech in real-time. Also, there is an option to download into MP3 format.


Create stripe refund using php

Creating a new refund will refund a charge/payment that has previously been created but not yet refunded. Funds will be refunded to the credit or debit card that was originally paid to stripe.


How to send an email via SMTP Server in PHP using PHPMailer

PHPMailer is a open source library and used to send emails via PHP code from a web server. The easiest way to send email in PHP with SMTP.


Convert amount into sort format In PHP

Convert any amount into sort form in thousand, million, billion then in this post we have shared simple php function to convert any big amount to it’s sort form.


Get Current Controller Name and Method Name in CodeIgniter

In this tutorial, I will show you how to get current controller name and method name in Codeigniter. In some cases we need to get current controller name or current method name.


Square Payment gateway integration using php

Square payment gateway is allows people to make money transfer through internet. And most of the eCommerce stores integrate Square payment gateway to provide online payment option. In this tutorial we will explain about the complete process of Square payment gateway integration in PHP.


Login with Twitter using PHP

Simple way to make login and registration with twitter using Twitter API. Twitter is most popular social network on the internet and users are registered with twitter. You can implement Twitter Login API on your website using using PHP.


Login with Google using PHP

Here is the most important article of web base application. You can implement Login with Google feature in your web application using its API. In this tutorial I will discuss for implementation.


Login With Facebook Using PHP CodeIgniter

Facebook login is simply an open authentication that is used for providing access to the server data after authorizing a user via third party. In this tutorial, we are going to explain Login With Facebook Using PHP CodeIgniter. how you can implement Facebook login via open authentication to connect…


How to Upload File and Image in CodeIgniter

File uploads are an essential process in webbase application. Almost every website and web app requires an integrated file or image upload component. File and image upload in CodeIgniter. This tutorial discusses the process of creating a CodeIgniter based file upload that could be easily used upload…


Copyright 2018. All rights are reserved