Answers for "php get file using get url"

PHP
7

php get file contents

<?php
file_get_contents("file.txt");
?>
Posted by: Guest on May-12-2020
0

turn text file to string php

$fileContent = file_get_contents($url);
Posted by: Guest on March-20-2020

Browse Popular Code Answers by Language