Posted inCodeigniter How to Add CAPTCHA in Codeigniter Posted by By admin May 8, 2022 In this example, we will show you how to add CAPTCHA in Codeigniter. CAPTCHA is…
Posted inphp Import csv file in MySQL using PHP Posted by By admin May 4, 2022 Import csv file in MySQL using PHP with example : Let us tell you how…
Posted inmysql Calculate days between two dates in MySQL with example Posted by By admin April 28, 2022 MySQL DATEDIFF() function returns the number of days between the two dates. The DATEDIFF() function…
Posted inphp Calculate days between two dates in PHP Posted by By admin April 26, 2022 How to Calculate days between two dates in PHP - Calculate days between two dates…
Posted inWordPress What is WordPress ? Posted by By admin April 24, 2022 WordPress is a Content Management System (CMS). It allows you to simplest, most popular way…
Posted inAjax What is ajax ? Posted by By admin April 24, 2022 AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. AJAX allows…
Posted inInterview Questions and Answers What are the differences between echo and print ? Posted by By admin April 24, 2022 Both method print and echo print the output in the browser but there is a…
Posted inCodeigniter What is CodeIgniter (CI) ? Posted by By admin April 24, 2022 CodeIgniter is also called CI. Codeigniter (CI) is PHP frameworks offering Object-oriented and open-source development…
Posted inphp Create folder inside folder in PHP Posted by By admin April 22, 2022 Let us tell you how to create folder inside folder in PHP. For example if…
Posted inphp How to create dynamic folder in php Posted by By admin April 22, 2022 Let us tell you how to create dynamic folder in PHP named "Current year". For…