Category : PHP

82 posts

When you do a pull request on a branch, you can continue to work on another branch and make another pull request on this other branch. Before creating a new branch, pull the changes from upstream. Your master needs to be up to date. $ git pull Create the branch on your local machine and …
What’s been done to improve APIs? As APIs have developed into the now-ubiquitous web API, several efforts have been made to make their design a little easier and their implementation more useful. A little SOAP, a lot of REST As web APIs have spread, a protocol specification was developed to help standardize information exchange: Simple …
An application program interface (API) is a set of routines, protocols, and tools for building software applications. Basically, an API specifies how software components should interact. Additionally, APIs are used when programming graphical user interface (GUI) components. A good API makes it easier to develop a program by providing all the building blocks. A programmer then puts the blocks together.   Different Types of APIs There …
API development firm Postman has released some interesting findings about the various types of people who are engaging with APIs. Most people would probably assume developers are the core group of people who are using APIs. However, 53 percent of the 10,000 respondents do not have the title of “developer”. That’s a significant increase over …
$date = "Mar 03, 2011"; $date = strtotime($date); $date = strtotime("+7 day", $date); echo date('M d, Y', $date); <?php // Prints the day echo date(“l”) . “<br>”; // Prints the day, date, month, year, time, AM or PM echo date(“l jS \of F Y h:i:s A”) . “<br>”; // Prints October 3, 1975 was on …
The bootstrap tutorial provides basic and advanced concepts of Bootstrap. Our Bootstrap tutorial is designed for beginners and professionals. Bootstrap is the popular HTML, CSS and JavaScript framework for developing a responsive and mobile friendly website. Our Bootstrap tutorial includes all topics of Bootstrap such as jumbotron, table, button, grid, form, image, alert, wells, container, …
What is DNS? The Domain Name System (DNS) is the phonebook of the Internet. Humans access information online through domain names, like nytimes.com or espn.com. Web browsers interact through Internet Protocol (IP) addresses. DNS translates domain names to IP addresses so browsers can load Internet resources. Each device connected to the Internet has a unique …
FileZilla Client Tutorial (en) Introduction Welcome to the FileZilla Client tutorial. In this tutorial, you will learn how to Connect to an FTP server, Download and upload files, Use the site manager. If you already know how to use an FTP client, you may want to read the more advanced usage instructions instead. We assume …
(File Transfer Protocol) File Transfer Protocol (FTP) is a standard Internet protocol for transmitting files between computers on the Internet over TCP/IP connections. FTP is a client-server protocol where a client will ask for a file, and a local or remote server will provide it.The end-users machine is typically called the localhost machine, which is connected via the internet …
In this tutorial, i will give you example of how to fire curl post request with codeigniter. it will help to get third party api data using curl request in codeigniter. you can fire post request, get request, put request and delete request in curl codeigniter 3. I will suggest to use code php curl …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email