Skip to content

Logic Bytes

Spread Your Knowledge

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

Article

Article

How to insert same row data again getting from field in php

January 1, 2017 Chandan SharmaComment on How to insert same row data again getting from field in php

# It Inserts by getting all fields values directly from table and Insert that value like a new record in that table. It selects that …

Read More
Article

Sql – how to Join two table in php

January 1, 2017 Chandan SharmaComment on Sql – how to Join two table in php

# Join Two Table data in Sql using php // used for select data $join_sel = “p.id,p.approved,pc.cid”; //Use for select table & join $join_frm = …

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
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
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
Article / JavaScript / JQuery / PHP

JavaScript: show confirm alert on click

December 10, 2016 Chandan SharmaComment on JavaScript: show confirm alert on click

## By calling this function on form submit, will confirm for submit <script> function confirmme() { var r = confirm(“Want To Submit this..??”);   if(r) …

Read More
Article

Change uploading image name in php

December 3, 2016 Chandan SharmaComment on Change uploading image name in php

if ($_FILES[‘img’][‘name’] != “”) {   $allowed_ext = array(“jpg”, “jpeg”, “png”, “gif”);    $extension = explode(‘.’, $_FILES[“img”][“name”]);     $ext = strtolower(end($extension));          …

Read More
Article / CodeIgniter / PHP / search

search in php

November 13, 2016 Chandan SharmaComment on search in php

## Here multiple word search is tried.. Its working.. $data = array(); $data[‘search_list’] = “”; $data[‘total_search’] = “”; $data[‘search_on’] = “”; $data[‘search_words’] = “”; $_searchfield …

Read More
Article / HTML / JavaScript / PHP

Check the field value Number or not in Javascript

October 30, 2016 Chandan SharmaComment on Check the field value Number or not in Javascript

<script type=”text/javascript”> numbersonly(myfield, e, dec) { var key; var keychar; if (window.event) { key = window.event.keyCode; } else if (e) { key = e.which; } …

Read More
Ajax / Article / CodeIgniter / JavaScript / JQuery / PHP

How to check if the request is an AJAX request with PHP

September 11, 2016 Chandan SharmaComment on How to check if the request is an AJAX request with PHP

if (!empty($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && strtolower($_SERVER[‘HTTP_X_REQUESTED_WITH’]) == ‘xmlhttprequest’ ) { // This is ajax request. // write your code here. }

Read More

Posts navigation

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