PHP Curl Load Simple Webpage
Code : -
<?php $url="https://jsonplaceholder.typicode.com/posts"; $ch=curl_init(); curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_RETURNTRANSFER,TRUE); $html=curl_exec($ch); echo $html; ?>
In 2nd line we define our webpage which we have to fetch.
Then in 3rd line we initialize our curl.
In 4th line we set option for curl like url and return transfer etc.
Then we execute our curl and fetch the webpage.
Video Tutorial
This blog aware me about different programs which can become very useful for our friends and kids. Few websites provide combined courses and few of the are separately for single subject. Glad to get this information.
ReplyDeletehttps://www.mtoag.com/custom-php-programmer.htm