EXPORT/IMPORT EXCEL WITH PHP

HOW TO EXPORT EXCEL STRUCTUREOFPHPEXCEL HOW TO EXPORT EXCEL WITH TABLE 1. First of all add below headers top of the file. 2. Make a simple table with data. For ex. 2. Center 3. Text alignment 4.  Background Color 5. Colspan and rowspan you can modify excel 6. Width &…

Web Mavens LLP Named Leading Software Developer by Clutch!

We get it: software is hard. Trying to manage a software project in-house when you’re a business or process owner? That can be even harder. Especially when you want to tap into the benefits of digital transformation for your small to mid-sized company. That’s where Web Mavens LLP can help!…

GIT

Git is one of the free and open-source distributed version control systems. Git is responsible for everything happens on GitHub related locally on the computer. Git helps us manage our project files. It permits to work together on the same project and at the same time without disturbing each other’s…

MongoDB

It’s noSQL database for modern type of applications. Database is used by Facebook, Adobe, Google, Sega like bigger and well known companies. mongoDB is storing data in JSON like format which is called BSON stands for Binary JSON. MongoDB is schema-free, allowing you to create documents without having to define…

Integrating paypal payment gateway with PHP

Introduction How it works? What is PayPal IPN? Paypal accounts To integrate paypal gateway with PHP, Follow below steps 1. Create config.php file and add below code. PayPal Constants – https://www.paypal.com/cgi-bin/webscr (For live) – https://www.sandbox.paypal.com/cgi-bin/webscr (For sandbox) 2. Create dbconnect.php file for connecting db 3. Create index.php file. 4. Create…

Email Template

Email Template comes with plenty of limitations; unfortunately the principles for HTML for email have not been institutionalized crosswise over email customers, yet. This puts a limit on the creativity and techniques email fashion designer and developers use. #Let’s start with Dos for Email Template: 1. Size of Template:- The…

Form submit using AJAX

What is AJAX?AJAX = Asynchronous JavaScript and XML. How AJAX works?Browser set an event and send HttpRequest to the server, where a request is processed and send data back to the browser, the browser will process on the data. Who uses AJAX?AJAX  uses a combination of: 1. XMLHttpRequest object (to…

Quick start to Microservices

What is microservices? Microservices is a synonym for Service Oriented Architectural (SOA), Microservice architecture, or simply microservices is a distinctive method of developing software systems that try to focus on building single-function modules with well-defined interfaces and operations. The trend has grown popular in recent years as Enterprises look to…

Technological singularity – Is it the near future?

A writer named Jan Carew wrote a story named ‘A city of Tobors’. It was a science fiction on a very common topic. Here the species named ‘Tobors’ enslaved the other species named ‘Nems’. The nems were curious about the origins of the Tobors and some of them wanted freedom…