Tag: php
All the articles with the tag "php".
Examples of share a WordPress post links
Published: at 03:22 PMIn this post, I will show you how to share a WordPress post link using various methods.
Running a function once a day in PHP
Published: at 03:22 PMIn this post, I will show you how to run a function once a day in PHP.
Fetching a JSON endpoint in PHP
Published: at 03:22 PMLearn how to fetch a JSON endpoint in PHP using cURL and decode the JSON response into an associative array.