Skip to content

Logic Bytes

Spread Your Knowledge

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

CodeIgniter

CodeIgniter / PHP

Remove index.php From Url in Codeigniter

October 29, 2017 Chandan SharmaComment on Remove index.php From Url in Codeigniter

Remove index.php From Url in Codeigniter RewriteBase / 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

For testing purposes, I would like to append a query string (let’s say testing=true) to any url requested from my website.

October 29, 2017 Chandan SharmaComment on For testing purposes, I would like to append a query string (let’s say testing=true) to any url requested from my website.

For testing purposes, I would like to append a query string (let’s say testing=true) to any url requested from my website. #E.g. I want to …

Read More
CodeIgniter / Htaccess / PHP

Redirect all url with a query string in php

October 29, 2017 Chandan SharmaComment on Redirect all url with a query string in php

<IfModule mod_rewrite.c>     RewriteEngine On     RewriteCond %{QUERY_STRING} !(^|&)testing=true(&|$) [NC]     RewriteRule ^ %{REQUEST_URI}?testing=true [L,QSA,R]     RewriteCond %{REQUEST_FILENAME} !-f     …

Read More
CodeIgniter / Google Map / PHP / Social

Creating Google API Console

October 29, 2017 Chandan SharmaComment on Creating Google API Console

To create a Google API Console project and client ID, follow these steps: Go to the Google API Console . From the project drop-down, select an existing project , …

Read More
CodeIgniter / Google Map / PHP / Social / Social login

How to create Google API from google console

October 29, 2017 Chandan SharmaComment on How to create Google API from google console

Creating a Google API Console project and client ID Before you can integrate Google Sign-In into your website, you must have a Google API Console …

Read More
CodeIgniter / Facebook / JQuery / PHP / Social / Social login

Facebook login script

October 28, 2017 Chandan SharmaComment on Facebook login script

<script> window.fbAsyncInit = function() { FB.init({ appId : ‘{your-app-id}’, cookie : true, xfbml : true, version : ‘{latest-api-version}’ }); FB.AppEvents.logPageView(); }; (function(d, s, id){ var …

Read More
CodeIgniter / PHP

I’m getting notices on server with PHP 5.5 preg_replace(): The /e modifier is deprecated

October 27, 2017 Chandan SharmaComment on I’m getting notices on server with PHP 5.5 preg_replace(): The /e modifier is deprecated

I’m getting notices on server with PHP 5.5 preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead i’m not sure but it seems the entity_decode …

Read More
CodeIgniter / Htaccess / PHP

Append a query string to any url requested from my website in Codeigniter

October 12, 2017 Chandan SharmaComment on Append a query string to any url requested from my website in Codeigniter

Append a query string to any url requested from my website in Codeigniter. Example. Url will look LikeExample. Url will look Like example.com example.com/product example.com/search?q=string …

Read More
CodeIgniter / PHP

Remove index.php From Url in Codeigniter

October 12, 2017 Chandan SharmaComment on Remove index.php From Url in Codeigniter

Remove index.php From Url in Codeigniter RewriteBase / 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

Codeigniter $this->db->like is case sensitive

October 10, 2017 Chandan SharmaComment on Codeigniter $this->db->like is case sensitive

There is no case insensitive version of the like function. What we can do is transform both sides of the comparison to lower case, so …

Read More

Posts navigation

Previous 1 … 8 9 10 … 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.