Skip to content

Logic Bytes

Spread Your Knowledge

  • Home
  • How To
  • PHP
    • Cakephp
    • WordPress
    • CodeIgniter
    • Laravel
  • Python
    • Django
    • Flask
  • Contact

CodeIgniter

CodeIgniter / JavaScript / JQuery / PHP

Create A button with function in Jquery

November 2, 2017 Chandan SharmaComment on Create A button with function in Jquery

#Create A button with function in Jquery var fav_del = ‘<i class=”fa fa-trash-o” aria-hidden=”true”></i>’; var fav_del = ‘<i class=”fa fa-trash-o” aria-hidden=”true”></i>’; var delete_btn = $(“<button/>”).attr({ …

Read More
CodeIgniter / PHP

Check if Valid Email Address or Not in Codeigniter

November 2, 2017 Chandan SharmaComment on Check if Valid Email Address or Not in Codeigniter

  Check if Valid Email Address or Not in Codeigniter if(filter_var($email, FILTER_VALIDATE_EMAIL)) { }

Read More
CodeIgniter / PHP

Get all uri segments in Codeigniter

November 2, 2017 Chandan SharmaComment on Get all uri segments in Codeigniter
Read More
CodeIgniter / PHP

Get the Current URL in PHP

November 1, 2017 Chandan SharmaComment on Get the Current URL in PHP

Get the Current URL in PHP Both HTTP and HTTPS, $CURRENT_PATH = (isset($_SERVER[‘HTTPS’]) ? “https” : “http”) . “://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]”;

Read More
CodeIgniter / PHP

Get the full URL in PHP

November 1, 2017 Chandan SharmaComment on Get the full URL in PHP

#Get the full URL in PHP $CURRENT_PATH = ‘http://’.$_SERVER[‘HTTP_HOST’].$_SERVER[‘PHP_SELF’];

Read More
CodeIgniter / PHP

Pagination in Codeigniter php

November 1, 2017 Chandan SharmaComment on Pagination in Codeigniter php

//Pagination url  $paging_url = ‘Your Page Url’; $show_per_page = 3; $config = array(); $config[“base_url”] = $paging_url; $config[“total_rows”] = $total_row; $config[“per_page”] = $show_per_page; $config[‘use_page_numbers’] = TRUE; …

Read More
CodeIgniter / PHP

Date Formats in php

November 1, 2017 Chandan SharmaComment on Date Formats in php

  Date Formats in php d – The day of the month (from 01 to 31) D – A textual representation of a day (three …

Read More
CodeIgniter / PHP

how to get ip address in codeigniter?

October 31, 2017 Chandan SharmaComment on how to get ip address in codeigniter?

how to get ip address in codeigniter? Codeigniter Input User Guide (ip_address) $ip = $this->input->ip_address(); echo $ip;

Read More
CodeIgniter / Database / PHP

How to update a column value with the current column value plus an increment in codeigniter?

October 31, 2017 Chandan SharmaComment on How to update a column value with the current column value plus an increment in codeigniter?

How to update a column value with the current column value plus an increment in codeigniter?How to update a column value with the current column …

Read More
CodeIgniter / Database / mysql / PHP

Update the value of a field in database by 1 using codeigniter

October 31, 2017 Chandan SharmaComment on Update the value of a field in database by 1 using codeigniter

  Update the value of a field in database by 1 using codeigniter $this->db->set(‘usage’, ‘usage+1’, FALSE); $this->db->where(‘tag’, ‘java’); $this->db->update(‘tags’);

Read More

Posts navigation

Previous 1 … 7 8 9 … 23 Next

Recent Posts

  • Python Automation Framework-PyUnit (Unittest) Framework
  • Python Automation Framework-TestProject Framework
  • Python Automation Framework-Pytest Framework
  • Python Automation Framework-Lettuce Framework
  • Python Automation Framework-Behave Framework:
  • Top Python Testing Automation Frameworks in 2024
  • Visual Studio Code Keyboard Shortcut Editor
  • Visual Studio Code Keyboard Shortcuts
  • How to Remove Sidebar from Category Pages in WordPress?
  • Best Practices for API Responses

Automation Frameworks Automation Testing Behave Framework Blogger Blogspot Cakephp Cheat Sheets Code Editor CodeIgniter Code Navigation Collaborative Coding Debugging Tools Disable Mouse Right Click Domain Extension Editor Extension Full form Facebook Facebook Video Download IDE JavaScript JQuery Lettuce Framework Microsoft Code Editor Open-Source Code Editor PHP Pytest Framework Python Python-3.x Python Automation Python Automation Frameworks Python Automation Testing Python Pytest Framework Python Testing Frameworks Python TestProject Framework Python Unittest Framework Syntax Highlighting Testing Frameworks Text Editor for Developers Visual Code Visual Code Editor Visual Studio Code Visual Studio Code Cheat Sheet VSCode VSCodeEditor WordPress

Copyright © 2026 Logic Bytes.
Powered by WordPress and PridMag.