Creating Classroom Management System Using Codeignitor, Here is Code For Develop App: Firstly Create Table Named student Inside Codeignitor Database CREATE TABLE IF NOT EXISTS `student` ( `id` int(11) NOT NULL AUTO_INCREMENT, `s_name` varchar(64) DEFAULT NULL, `p_name` varchar(64) DEFAULT NULL, `address` varchar(128) DEFAULT NULL, `city` varchar(32) DEFAULT NULL, `state` char(2) DEFAULT NULL, `zip` char(10) DEFAULT … Continue reading Codeigniter CRUD Application
Month: June 2015
What is WordPress Multisite Network: Multisite is a WordPress feature which allows users to create a network of sites on a single WordPress installation. Available since WordPress version 3.0, Multisite is a continuation of WPMU or WordPress Multiuser project. Multisite Network Features: You can run a network of multiple WordPress blogs and websites from … Continue reading How To Create WordPress Multisite
WHAT WE WILL DO? Add a Custom Background. Replace the WordPress Logo with our Custom Logo. Customize the look of Login Form. Change the Login Logo URL. Remove the “Lost Password” link (if you want). Remove the Login Page Shake. Change the Redirect URL after successful Login. Set “Remember Me” to be Checked. The … Continue reading How to Create a Custom WordPress Login Page
By default, WordPress only allows you to upload certain filetypes. Most common filetypes for images & Microsoft Office documents are allowed. But let’s take a look at how to add additional filetypes in the WordPress Media Library. How to Add Allowed Filetypes to WordPress Media Library Adding a single filetype looks like this: … Continue reading Add & Remove Filetypes in WordPress Media Library