
WebDeveloper Programing PHP, CodeIgniter, HTML5, CSS3, JQUERY, Bootstrap & Scripting Tutorials
navigate to this dir c:\xampp\apache\conf\extra Locate file httpd-xampp.conf find this below lines # # New XAMPP security ...
SStandard procedure: First you need to open the command prompt.. Easiest way is to click the “Start menu” in the bottom left cor...
If you are looking for a Free, online Form Generator , PHP Generator or MySQL Generator, then you have come to the right place! FPMG is...
<?php function get_months($startstring, $endstring) { $time1 = strtotime($startstring);//absolute date comparison needs to be do...
Save these lines notepad and save it as .htaccess in the web application directory AddType application/x-httpd-php .html .htm #AddType a...
<div class="custom-dropdown"> <select id="year"> <?php $currentyear=date("Y"); $f...
Use the following library to list all Controllers and methods of a Codeigniter application. You could use it for information about your app...
<?php $to = "toxyz@gmail.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "Fr...
In CodeIgniter framework validation_errors() is function to display form errors in at the form. <?php echo validation_errors(); ?> ...
In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, log...