183740/get-file-content-from-url
When I use this URL: https://chart.googleapis.com/chart?cht=p3&chs=250x100&chd=t:60,40&chl=Hello|World&chof=json I am prompted to download this text file with JSON content. I want to create a PHP page. that when I call this PHP page, it should call the above URL and get content(JSON format) from the file and show it on screen.
How can I do this?
Hello @kartik, You can use the parse_url() and parse_str() for that. $parts = ...READ MORE
Hello, You have to use CURL function does_url_exists($url) { ...READ MORE
Using PHP, I'm attempting to extract data ...READ MORE
Hii @kartik, If you want the biggest image ...READ MORE
Hello @kartik, Set posts_per_page parameter in args to ...READ MORE
Hello @kartik, You can get a full phpinfo() using : php ...READ MORE
$string = preg_replace("/[^a-z0-9]/u", "$separator", $string); change the ...READ MORE
use regex to match the slugs again use ...READ MORE
its just a simple step just use ...READ MORE
first of all to do this you ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.