Card image

Resolved - open_basedir restriction in effect. File(/var/lib/php/session) is not within the allowed path(s): (/var/www/vhosts/mydomain.com/:/tmp/)

While uploading the Codeigniter project to Plesk hosting, we will get this type of error open_basedir restriction in effect because in Plesk hosting there is no default tmp folder as compared to…

Continue Reading
Card image

WordPress VS Coding

WordPress VS Coding: Common question of most of the people is, ”whether WordPress is better than Coding?”. In this blog we’re going to discuss on it with some examples. So lets…

Continue Reading
Card image

Features of Bootstrap 5

On 16th of June, 2020 Bootstrap 5 alpha has been launched with some new features.Let us see those all new features of Bootstrap 5 in this post.Bootstrap no longer depends…

Continue Reading
Card image

How to call flickr api in html website?

To begin using the Flickr API:Step 1:Add single line of html code<div id="links"></div>Step 2:Add few line of javascript code$.ajax({    url: (window.location.protocol === 'https:' ? 'https://secure' : 'http://api') + '.flickr.com/services/rest/', …

Continue Reading
Card image

What is the advanced to use CodeIgniter?

CodeIgniter is an open-source software rapid development web framework, for use in developing dynamic websites with PHP.1. Easier Configuration Parameters2. Allowing Optional Configuration Options3. Leveraging HTML Emails4. Clear and structured…

Continue Reading
border