Skip to content

Logic Bytes

Spread Your Knowledge

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

PHP

PHP

Php- How to Encode Html content

January 1, 2017 Chandan SharmaComment on Php- How to Encode Html content

# use to encode html tags. it just encode the tags but not remove. htmlentities($your_content, ENT_QUOTES);  

Read More
JavaScript / JQuery / PHP

Php- How to use Data Table in php

January 1, 2017 Chandan SharmaComment on Php- How to use Data Table in php

# Use Data Table for auto search fields. #Link CSS <link rel=”stylesheet” type=”text/css” href=”https://cdn.datatables.net/1.10.12/css/jquery.dataTables.min.css”> # Link The JS Library <script type=”text/javascript” language=”javascript” src=”//code.jquery.com/jquery-1.12.3.js”></script> <script type=”text/javascript” …

Read More
CodeIgniter / PHP

php- Redirect the same page

January 1, 2017 Chandan SharmaComment on php- Redirect the same page

# Its Redirects the same page where it is.. header(“location:http://{$_SERVER[‘HTTP_HOST’]}{$_SERVER[‘REQUEST_URI’]}”); using this post request can be blanked or empty no duplicate data will insert in …

Read More
Article / CodeIgniter / PHP

php- How to get image height and width

December 28, 2016 Chandan SharmaComment on php- How to get image height and width

# LIST IMAGE INFO list($width, $height, $type, $attr) = getimagesize($_FILES[“img”][‘tmp_name’]); echo $width; // shows width echo $height; // shows height

Read More
CodeIgniter / PHP

Php – How to add day,month,year with current date

December 22, 2016 Chandan SharmaComment on Php – How to add day,month,year with current date

## ADD DAYS, MONTHS, YEAR WITH CURRENT MONTHS::   FORMAT:: date(‘Y-m-d’, strtotime(‘+2 months’)); EXAMPLE:: $duration = 5;   if($calas == “days”) { $plus = ‘+’.$duration.’ …

Read More
CodeIgniter / PHP

Php – How to use form Validation in CodeIgniter

December 22, 2016 Chandan SharmaComment on Php – How to use form Validation in CodeIgniter

## MAKE REQUIRED AND UNIQUE IN CODEIGNITER   // ONLY REQUIRED FIELDS $this->form_validation->set_rules(‘answer4’, ‘Answer Four’, ‘required’);  // ONLY REQUIRED WITH DATABASE UNIQUE VALUE $this->form_validation->set_rules(‘title’, ‘Question …

Read More
Article / CodeIgniter / PHP

Php- Show any text only 100 letters

December 20, 2016 Chandan SharmaComment on Php- Show any text only 100 letters

## In a particular div by using this we can show only 100 letters and then … in php by removing tags. $product_description = html_entity_decode($product_description); …

Read More
CodeIgniter / PHP

Php – Remove html tags in php

December 20, 2016 Chandan SharmaComment on Php – Remove html tags in php

##  REMOVE TAGS :: strip_tags($content);

Read More
CodeIgniter / PHP

Php: decode html data in php

December 19, 2016 Chandan SharmaComment on Php: decode html data in php

## HTML DECODE :: varible $product_offer_decsription; html_entity_decode($product_offer_decsription);

Read More
Article / CodeIgniter / PHP / search

Php: How to show star rating

December 19, 2016 Chandan SharmaComment on Php: How to show star rating

## Showing Rating in Php using star & blank rating $ProductId = 1; $product_rating_qu = mysql_query(“select avg(rating) as star_rate from ratings where ratedto='” . $ProductId …

Read More

Posts navigation

Previous 1 … 20 21 22 … 28 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.