Category : PHP

80 posts

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 …
How to remove multiple keys from PHP Array? In this example, we will remove array elements by keys array in php. we can delete multiple keys from array php. basically we will unset multiple keys from php array. if you see in php documentation there are not available directly remove multiple keys from php array. …
Preview Installation The Captcha Service Provider can be installed via Composer by requiring the mews/captcha package and setting the minimum-stability to dev (required for Laravel 5) in your project’s composer.json. { "require": { "laravel/framework": "5.0.*", "mews/captcha": "~2.0" }, "minimum-stability": "dev" } or Require this package with composer: composer require mews/captcha Update your packages with composer update or install with composer install. In Windows, you’ll need to include …
PAGE TOP
error

Enjoy this blog? Please spread the word :)

RSS
Follow by Email