Search
 
SCRIPT & CODE EXAMPLE
 

PHP

types of method in api

GET	is used for reading and retrieving data.
POST	is used for inserting data.
PUT	is used for updating data.
DELETE	is used for deleting data.

The primary or most-commonly-used HTTP verbs (or methods, as they are properly called) are POST, GET, PUT, PATCH, and DELETE. These correspond to create, read, update, and delete (or CRUD) operations, respectively.
Comment

PREVIOUS NEXT
Code Example
Php :: execute php mysql securely 
Php :: php get last day of month 
Php :: error pdo php Exception 
Php :: php value in array 
Php :: laravel import xml to database 
Php :: make resource in laravel 
Php :: how to get the previous page url in php 
Php :: laravel admin panel free package 
Php :: replace last two characters string php 
Php :: laravel sanctum Provoking tokens 
Php :: php pdo like 
Php :: php explode sentence into words 
Php :: call jquery function in php code 
Php :: ajax load more button wordpress 
Php :: Simple 301 redirect 
Php :: Non-static method called statically php 
Php :: compare two datetime php 
Php :: naming convention for magento2 custom cms page index xml file 
Php :: console.log for php 
Php :: year dropdown loop in php 
Php :: laravel migrate error default character 199 boot 
Php :: why the laravel project have many cache 
Php :: php create word pairs from sentence 
Php :: scirvere su file php 
Php :: remove jquery wp 
Php :: laravel list all tbales 
Php :: laravel copy image 
Php :: Save image to custom meta box 
Php :: laravel blade excerpt from body 
Php :: phpstorm using extract to create variales 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =