Python vs PHP for Web Applications in 2020

php vs python for web applications

Building your business presence in the digital landscape has become easily viable and an interesting journey for entrepreneurs where they can easily grab the potential customers. Right? It seems an easy and quick process- bring an innovative business idea to the table, share your requirements, get an expert development team, … Read more

How to login with username or email in PHP & MYSQL

How to Login using Username or Email Id with PHP & MYSQL

In many social networking sites, they allow users to login with Username or Email using PHP. I would say this is the fantastic feature for whose all who forgot their usernames. I strongly believe that most of the people will forgot their Usernames rather than Email id. Here I am … Read more

How to find the difference between two dates in php?

How to Calculate Differnce Between Two Dates in PHP

If you were given two dates, that is start date and end date and You want to find the difference between two dates in PHP. Its very simple and easy to calculate the difference between two dates. There are two methods to find the difference. By using date_diff() in-built function … Read more

How toremove index.php from Codeigniter URL ?

Remove index.php from URL in Codeigniter

If you are using Codeigniter you are noticed that by default index.php will be included with your URL. We should remove index php codeigniter because its very ugly to have it in all the urls. So lets see how to from url in Codeigniter from Servers separately I will tell … Read more

Node js vs php – Which One is Better?

Nodejs vs PHP

Being the most diverse and ever-changing landscape, the concept of web development is mushrooming everywhere and claiming big. Node js vs PHP are just two of a variety of sought after skills as demand heats up this year and in the upcoming years. Both the technologies have the potential to … Read more

How to Import CSV to MySQL using PHP ?

Import CSV data into MYSQL in PHP

One of the challenges that PHP developers face is the data formats that are often not directly compatible with the database used in the projects. In many cases, this database is MySQL. However, the data from the client’s end is often delivered in Excel or CSV ( two formats that … Read more

Easiest way to Detect Browser in PHP

PHP Detect Browser

Now a days people are started detecting your browser and Operating system details in their web application for debugging, system usage analytics & other purposes. In this tutorial we are going to see how to Detect Browser & Operating System (OS) details in PHP. By using PHP’s native function we … Read more

PHP Text to Speech using Amazon Polly API

php text to speech amazon polly

Amazon Polly is a Web Service used to convert any Text to Speech in real time. Also there is an option to download into MP3 format. This text to speech service that uses advanced machine learning technologies to convert speech that sounds like a original human voice. checkout my recent … Read more