Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

file get content using call api in php

    include('connect.php');
    $file = file_get_contents('https://loripsum.net/api/',true);
    echo $file;
 
PREVIOUS NEXT
Tagged: #file #content #call #api #php
ADD COMMENT
Topic
Name
2+4 =