PHP + curl - A Simple example of how to use cURL

preview_player
Показать описание
#phpCurl #phpTutorial #developmentTutorial

In this video, we take a look at a simple cURL example in php. CURL can be a valuable tool in your developers tool bag!

I have been writing software for 30+ years and enjoy working with new clients and teaching others how to develop.

SEND BUSINESS CORRESPONDENCE TO:
Idea Pro LLC or Joshua Herbison
2901 E Greenway Rd. #54171
Phoenix, AZ 85032

Рекомендации по теме
Комментарии
Автор

I use cURL a lot in development. Let me know here in the comments if you want me to expand on the example and even possibly build out a full API that can pull data from another site.

jherbison
Автор

This was EXACTLY what I was looking for. Thanks for putting in json with it as well and keeping it as simple as possible. Now I can do my REST API calls without bothering the external API server the whole time.

JillRhoads
Автор

You are the king of PHP . Thanks for tutorials!

nikolav
Автор

Thank you for mentioning that there are curl builders out there! Twillio only gives curl examples on their examples and I found a curl to php website that has done all the hard work for me :D

oliver
Автор

Thank you Joshua so much for your explicit [ detailed ] explanation - Love to watch your videos and learn.

oshinsaginian
Автор

thank you very much sir. I couldn’t grasp the true essence of cURL until I watched your tutorial. Great video!!!😊👏👏👏

elkhanhamet
Автор

Thank you this helped in one of my projects

dfrontierit
Автор

Of course we are waiting for the expand of this topic

sebastiannieroda
Автор

Thanks for this Joshua. If you ever get a chance I'd like to see a tutorial on the POST method for cURL. Basically filling out a form and then sending that data using cURL and a JSON File.

JerrySmith-nqmj
Автор

Great video sir we need more interesting video

Daud
Автор

Hello Joshua,
You mentioned that you used cURL to track number of sold products from your client's site.

So could you plz briefly mention the main points of the process? I mean, one could also put a plugin that would fire on every successful sale and contact an external API via POST method. But I guess cURL allows intrusion without login or inserting plugin as it can easily be deleted by client.

What makes cURL ideal for this circumstance.
Im still learning backend WP and finding your tutorials very VERY helpful. Dnt stop plz. :)

Although a video on using cURL to track something like purchases on a client site would be great ✌🏼🙂

theman
Автор

Would love to see a vid on using cURL in wordpress to hide API keys. I'm using leaflet map and need an API key in my markers url and I can't figure out how to hide it.

phoneyiam
Автор

I want to use post curl api which has been given by vendor, how can I call that in my code?

adventuretime
Автор

Sir now a days I am working on WordPress back up site plugin. Can you please make a video on back up plugin that how we easy create backup site plugin.

Daud
Автор

sorry sir, I get this error when trying to access external API: OpenSSL SSL_connect: Connection reset by peer in connection to blablabla, how do i fix it?

andikprasetyo
Автор

Sir how we make Medicine bill price calculator in WordPress with code

Daud
Автор

My curl_exec is returning false . Can you tell me how to get my desired json file

virajsingh
Автор

How to fetch api data every second without setInterval as setinterval is just single threaded and not proper solution for this

vishvish