• Codeigniter
MENU

w3algo.com

Menu
  • Home

Get the current user’s ID

Wordpress
PUBG Information March 29, 2018 Add Comment
PUBG Information

How to Create Custom Post Types in WordPress

Wordpress
PUBG Information March 20, 2016 Add Comment
PUBG Information

How to get the current page name in WordPress?

Wordpress
PUBG Information March 20, 2016 Add Comment
PUBG Information

Add a Media Button in Wordpress

Wordpress
PUBG Information March 20, 2016 Add Comment
PUBG Information

Customizing the Login Form

Wordpress
PUBG Information March 20, 2016 Add Comment
PUBG Information

using codeigniter file upload library and PHP Zipachive library

Codeigniter
PUBG Information March 19, 2016 Add Comment
PUBG Information

Codeigniter Zip Library how to zip existent file

Codeigniter
PUBG Information March 19, 2016 Add Comment
PUBG Information

PHP CodeIgniter Pagination with Twitter Bootstrap Styles - Example

Codeigniter
PUBG Information March 19, 2016 Add Comment
PUBG Information

How to remove index.php from codeigniter url in localhost

Codeigniter
PUBG Information March 17, 2016 Add Comment
PUBG Information

How to import and export excel sheet using PHPExcel as a library with CodeIgniter ?

Codeigniter
PUBG Information March 17, 2016 Add Comment
PUBG Information
Subscribe to: Posts (Atom)

Popular Post

  • How to import and export excel sheet using PHPExcel as a library with CodeIgniter ?
    PHPExcel is a pure PHP library for reading and writing spreadsheet files and CodeIgniter is one of the well known PHP MVC framework. Here i ...
  • How to Create Custom Post Types in WordPress
    What is Custom Post Type in WordPress? Custom post types are content types like posts and pages. Since WordPress evolved from a simple ...
  • How to get the current page name in WordPress?
    Replace this code in title table then show current wordpress page title <title> <?php global $page, $paged; wp_title( ...
  • Add a Media Button in Wordpress
    Adding our media button is the first and easiest part. As with customising many things in WordPress, we will use actions to put our button i...
  • PHP CodeIgniter Pagination with Twitter Bootstrap Styles - Example
    Implement Twitter Bootstrap Styles in CodeIgniter Pagination Create new model in codeigniter name Pagination_model.php put this code in...
  • How to remove index.php from codeigniter url in localhost
    if your root folder for project is not root of domain i.e. your website is subdirectory of a domain http://localhost/myproject then you nee...
  • using codeigniter file upload library and PHP Zipachive library
    <?php class Unzip extends CI_Controller { function __construct() { parent::__construct(); // load ci's Form and Url Hel...
  • Codeigniter Zip Library how to zip existent file
    Initializing the Class $this->load->library('zip'); Usage Example This example demonstrates how to compress a file, ...
  • Customizing the Login Form
    e Login Form is your gateway to using and configuring the WordPress publishing platform. It controls access to to the Administration Screens...
  • Get the current user’s ID
    The current user's ID, or 0 if no user is logged in. function get_current_user_id() { if ( ! function_exists( 'wp_get_curre...

Categories

  • Codeigniter
  • Wordpress
Copyright © w3algo.com All Right Reserved |
| Distributed By amir.shahzad.mcs@gmail.com