Skip to content

Logic Bytes

Spread Your Knowledge

  • Home
  • How To
  • PHP
    • Cakephp
    • WordPress
    • CodeIgniter
    • Laravel
  • Python
    • Django
    • Flask
  • Contact
CodeIgniter / EBS / payment gateway / PHP

how to integrate ebs payment gateway

March 22, 2016 Chandan SharmaComment on how to integrate ebs payment gateway

Ebs modified their ebs data. now ebs page is responsive. New Action URL : https://secure.ebs.in/pg/ma/payment/request DEMO IS HERE:: Transaction Details * Channel Standard * Account …

Read More
CodeIgniter / EBS / payment gateway / PHP

What is the test card credentials for verifying the ebs payment option in TEST mode?

March 18, 2016 Chandan SharmaComment on What is the test card credentials for verifying the ebs payment option in TEST mode?

What is the test card credentials for verifying the ebs payment option in TEST mode? Card No: 4111 -1111 – 1111 – 1111 Exp Date: …

Read More
CodeIgniter / EBS / payment gateway / PHP

how to integrate EBS payment in php

March 18, 2016 Chandan SharmaComment on how to integrate EBS payment in php

here the demo files are attached. below link contains the full demo file for ebs payment gatway integration in php Click here to download Demo …

Read More
CodeIgniter / PHP

How to redirect with www. in php

March 16, 2016 Chandan SharmaComment on How to redirect with www. in php

#redirects with www.website name from website.com Add this code in your .htaccess file in public html folder. RewriteCond %{HTTP_HOST} ^website.com RewriteRule (.*) http://www.website.com/$1 [R=301,L]

Read More
CodeIgniter / PHP

How to remove index.php from url

March 16, 2016 Chandan SharmaComment on How to remove index.php from url

#Used To Remove index.php Add the below codes in .htaccess file RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php/$1 …

Read More
CodeIgniter / HTML / PHP

How to remove arrow symbol from input type=number using css

March 7, 2016 Chandan SharmaComment on How to remove arrow symbol from input type=number using css

Add this code to your css Input Button look like Enter Pincode <input type=”number” name=”pincode” value=”” /> Enter Pincode <style> input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {   -webkit-appearance: none; …

Read More
JavaScript / JQuery / PHP

how to get direct child of an element in jquery

February 28, 2016 Chandan SharmaComment on how to get direct child of an element in jquery

Get the direct children of an element UL. $(document).ready(function() {     $(“ul”).children().css({“color”: “red”, “border”: “2px solid blue”}); });

Read More
JavaScript / JQuery / PHP

Find an element using jquery

February 28, 2016 Chandan SharmaComment on Find an element using jquery

finds tag/class/id the table/page Using Jquery <script> $(document).ready(function() { $(“.table”).find(“span”).css({“color”:”blue”}); }); </script>

Read More
JavaScript / JQuery / PHP

How to find an element or tag using Jquery

February 28, 2016 Chandan SharmaComment on How to find an element or tag using Jquery

The HTML is here: <table class=”table”> <caption>My testing Table</caption> <tr> <td class=””><span>data-1</span></td> <td>data-2</td> </tr> <tr> <td>data-3</td> <td><span>data-4</span></td> </tr> </table> The Script is: // ONLINE JQUERY …

Read More
CodeIgniter / JavaScript / JQuery / PHP

on check select all checkboxs in jquery

February 24, 2016 Chandan SharmaComment on on check select all checkboxs in jquery

HTML Code is <div> Select All <input type=”checkbox” name=”select_all” id=”select_all”> </div> <div> <table id=”Optiontable”> <tr> <td> <input type=”checkbox” name=”checkRow” id=”checkRow” value””> Select-1 </td> </tr> <tr> …

Read More

Posts navigation

Previous 1 … 35 36 37 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.