Xampp Forbidden Error solved - Xampp Security Concept
navigate to this dir c:\xampp\apache\conf\extra Locate file httpd-xampp.conf find this below lines # # New XAMPP security ...
Signing Android application to export into Playstore market
SStandard procedure: First you need to open the command prompt.. Easiest way is to click the “Start menu” in the bottom left cor...
PHP Mysql automatic front and backend code generation
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 script to display months
<?php function get_months($startstring, $endstring) { $time1 = strtotime($startstring);//absolute date comparison needs to be do...
htaccess file code to execute php script for .html files
Save these lines notepad and save it as .htaccess in the web application directory AddType application/x-httpd-php .html .htm #AddType a...
PHP Script to print years in select options dropdown list
<div class="custom-dropdown"> <select id="year"> <?php $currentyear=date("Y"); $f...
CodeIgniter List of All Controllers
Use the following library to list all Controllers and methods of a Codeigniter application. You could use it for information about your app...
PHP script to send emails
<?php $to = "toxyz@gmail.com"; $subject = "My subject"; $txt = "Hello world!"; $headers = "Fr...
Showing errors individually in CodeIgniter
In CodeIgniter framework validation_errors() is function to display form errors in at the form. <?php echo validation_errors(); ?> ...
CodeIgniter Simple Login Form With Sessions
In this tutorial, we are going to learn about creating a simple login form in CodeIgniter. In login form, we made registration module, log...
Popular Posts
- Detecting the Ajax request in Core PHP
- Demanding a price for software development
- Payment Gateway Options and Pricing in India
- How to integrate SEND Grid with Codeigniter
- How to print document content with jquery
- Add one day to the today date in php
- File Upload Conditions helper in Codeigniter
- Address auto fill city, state, district, country, pincode
- Codeigniter 4 Email Code
- How do I run a PHP script using windows Task Scheduler?