A Free PHP, HTML, CSS, JavaScript/TypeScript editor – CodeLobster

CodeLobster is a free, open-source, cross-platform IDE which supports PHP, HTML, CSS, JavaScript and TypeScript. The editor integrates all the necessary tools to build a website or their next technology project. CodeLobsters makes use of a user-friendly interface that allows developers to create websites more quickly in a more intuitive … Read more

Laravel vs CakePHP – Which One is Best for Web App Development in 2020?

Laravel vs CakePHP

Web development technologies have evolved to provide better and efficient production of web solutions. PHP frameworks are one of the key steps towards this end as these frameworks reduce your labor work and minimize the efforts required to perform tasks. These frameworks provide advanced support for programming that boost productivity. … Read more

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

About Me – PHP & Python Freelancer from Chennai, India

Python Developer Chennai

PHP & Python Developer – Chennai, India PHP & Python Freelancer with 10 years of exp in Amazon Web Services, Python, PHP, WordPress and other open source frameworks. I will Optimize RDS, EC2, Cloudfront and Web Servers like Apache, nginx etc, Avid Freelancer from Chennai, India I’m very good at … 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