Skip to content
Learn Code Zone
Search for:
  • Linux
  • Interview Questions
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us

Category: Php

Java JavaScript Php Python

Multiply two strings  with example JAVA, PHP, JS, PYTHON

April 7, 2022November 16, 2022 abhinav KumarLeave a Comment on Multiply two strings  with example JAVA, PHP, JS, PYTHON

Given two positive numbers as strings. The numbers may be very large (may not fit in long long int), the task is to find product of these two numbers. Examples:  Input : num1 = 4154            num2 = 51454 Output…

Read More→

Java JavaScript Php Python

Roman Number to Integer Example in JAVA,  PHP, JS, PYTHON

April 7, 2022April 8, 2022 abhinav KumarLeave a Comment on Roman Number to Integer Example in JAVA,  PHP, JS, PYTHON

Given a Roman numeral, the task is to find its corresponding decimal value. Example :  Input: IX Output: 9 IX is a Roman symbol which represents 9  Input: XL Output: 40 XL is a Roman symbol which represents 40 Input:…

Read More→

JavaScript Php

How to save an html2canvas as an image on the server ?

April 5, 2022November 16, 2022 Vivek PandeyLeave a Comment on How to save an html2canvas as an image on the server ?

Image capture of any screen is very easy with html2canvas plugin . You just install this plugin and just create on click function and the image will be captured. But some time developers have to save the image in the…

Read More→

General Java JavaScript Php Python

Find duplicates in an array

April 4, 2022April 6, 2022 abhinav KumarLeave a Comment on Find duplicates in an array

Explanation  We need to find the duplicate elements in the array in this programme. This can be accomplished with two loops. The first loop selects an element, while the second loop iterates across the array by comparing the selected element…

Read More→

Php

Country State City Dropdown using Ajax in PHP MySQL

March 20, 2022March 20, 2022 Vivek PandeyLeave a Comment on Country State City Dropdown using Ajax in PHP MySQL

Do you want to create a dependent country-state-city dropdown in your application? I will provide you a free download for PHP ajax-based dependent dropdown code. It loads the data from the database (MYSQL) which depends on the parent entity selected.…

Read More→

General Php

Login customer via Webservice – Prestashop

August 6, 2021February 16, 2022 Vivek PandeyLeave a Comment on Login customer via Webservice – Prestashop

I wrote an article a few days ago, in which using the webservice of Prestashop , how to use JSON in post method and put method. Prestashop Webservice In Post/Put JSON Data In the body Now in this article, I…

Read More→

Php

Prestashop Webservice In Post/Put JSON Data In the body

July 23, 2021November 11, 2021 Vivek PandeyLeave a Comment on Prestashop Webservice In Post/Put JSON Data In the body

To Post/Put data Prestashop Web service uses XML. If you want to use JSON, you need to modify Webservice and convert JSON to XML or directly JSON to data. This article is on the same topic that how we will use…

Read More→

General Php

HTML to PDF in Javascript using jsPDF

July 20, 2021November 11, 2021 Vivek PandeyLeave a Comment on HTML to PDF in Javascript using jsPDF

If you are looking for something that can create server side PDF easily then you are at right place. HTML to PDF in JavaScript’s jsPDF is easier than server-side implementation for PDF creation. PDF creation is one of the most…

Read More→

General Php

PrestaShop error Invalid email/password combination

July 20, 2021November 16, 2022 Vivek PandeyLeave a Comment on PrestaShop error Invalid email/password combination

If you are also facing this problem while registering the user then you are at right place. Because in this article this problem is going to be solve This problem can be fixed by commenting condition check in file location.…

Read More→

Php

PrestaShop Custom Registration Field

June 12, 2021March 25, 2022 Vivek PandeyLeave a Comment on PrestaShop Custom Registration Field

Hello friend I am going to teach you in this tutorial that if you want to add a new field in the registration form of PrestaShop,1.7 how can you do it . So for this I will add the phone…

Read More→

Posts navigation

1 2 Next

Categories

  • C++
  • Dart
  • Data Structure
  • Flutter
  • flutter-tutorial
  • General
  • Java
  • JavaScript
  • Linux
  • linux-tutorial
  • Php
  • php-tutorial
  • Python
  • React Native

Quick Links

  • Software Implementation Activities
  • Professional Approach for Technical Work in SAAS Platform
  • React Table Dropdown Hiding inside the table
  • Top 12 Actions needed to achieve Excellence consistently
  • Recover accidentally deleted flutter code files
  • Depend On Inherited Element was called before init state in flutter
  • Flutter – Unable to create dart snapshot for flutter tool.
  • Unable to create dart snapshot for flutter tool
  • LINUX Directory Management Overview
  • LINUX FILE SYSTEM OVERVIEW
  • Flutter Interview Questions
  • Flutter Deployment
  • Deployment
  • Flutter Testing
  • Splash Screen
  • Flutter Splash Screen
  • Flutter Working with API
  • Flutter API
  • UI Components
  • Flutter UI Components
  • Facebook
  • YouTube

Archives

  • March 2023
  • November 2022
  • October 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • January 2022
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • February 2021

Links

  • Linux
  • Interview Questions
    • Flutter Interview Questions
    • JavaScript Interview Questions
    • Machine Learning Interview Questions
  • Shop
  • Contribute
  • Contact Us
Go to top