Skip to content

Logic Bytes

Spread Your Knowledge

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

CodeIgniter

CodeIgniter / PHP

Scraping Data in php

December 20, 2017 Chandan SharmaComment on Scraping Data in php

Scraping Data in php:: There is PHP Simple HTML DOM Parser. It’s fast, easy and super flexible.  There is PHP Simple HTML DOM Parser. It’s …

Read More
CodeIgniter / Database / PHP / SQL

update all row in codeigniter

December 19, 2017 Chandan SharmaComment on update all row in codeigniter

update all row in codeigniter   $this->db->update_batch() Generates an update string based on the data you supply, and runs the query. You can either pass …

Read More
CodeIgniter / HTML / JavaScript / JQuery / PHP

Two submit buttons in one form

December 19, 2017 Chandan SharmaComment on Two submit buttons in one form

Two submit buttons in one form:: We can use more than one submit button in a single form. We can use more than one submit …

Read More
CodeIgniter / PHP

How to get the user browser information in Codeigniter::

December 19, 2017 Chandan SharmaComment on How to get the user browser information in Codeigniter::

How to get the user browser information in Codeigniter:: //For Ip Address:: $ip_address = $this->input->ip_address(); //For User Agent / Browser:: $this->load->library(‘user_agent’); if ($this->agent->is_browser()){ $agent = …

Read More
CodeIgniter / HTML / JavaScript / JQuery / PHP

Select / Deselect all checkboxes using jQuery

December 19, 2017 Chandan SharmaComment on Select / Deselect all checkboxes using jQuery

Select / Deselect all checkboxes using jQuery: The HTML Structure is following type::The HTML Structure is following type:: <table> <tr> <td><input type=”checkbox” id=”checkbx_selectall” /> Select …

Read More
CodeIgniter / PHP

Optimize Images in Google Page Speed

December 15, 2017 Chandan SharmaComment on Optimize Images in Google Page Speed

Optimize Images in Google Page Speed:: This rule triggers when PageSpeed Insights detects that the images on the page can be optimized to reduce their …

Read More
CodeIgniter / PHP

Php- Remove index.php from url in Codeigniter

December 15, 2017 Chandan SharmaComment on Php- Remove index.php from url in Codeigniter

Php- Remove index.php from url in Codeigniter RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^/(index\.php|assets/|humans\.txt) RewriteRule ^(.*)$ index.php?/$1 [L]

Read More
CodeIgniter / PHP

Php – Remove index.php from url and redirect to https in Codeigniter

December 15, 2017 Chandan SharmaComment on Php – Remove index.php from url and redirect to https in Codeigniter

Php – Remove index.php from url and redirect to https in Codeigniter::      RewriteEngine on Rewritebase / RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L] …

Read More
CodeIgniter / PHP

Php – Define caching in Htaccess

December 15, 2017 Chandan SharmaComment on Php – Define caching in Htaccess

Define caching in Htaccess:: ## EXPIRES CACHING ## <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/jpg “access 1 year” ExpiresByType image/jpeg “access 1 year” ExpiresByType image/gif “access …

Read More
CodeIgniter / PHP

HOW TO SETUP A CDN TO SPEED UP YOUR WEBSITE

December 15, 2017 Chandan SharmaComment on HOW TO SETUP A CDN TO SPEED UP YOUR WEBSITE

HOW TO SETUP A CDN TO SPEED UP YOUR WEBSITE::     If you’re looking for ways to speed up your website, one of the …

Read More

Posts navigation

Previous 1 … 4 5 6 … 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.