Step-by-Step Guide to Tracking ST Courier Shipments with PHP
Learn how to track ST Courier shipments programmatically with PHP. This guide includes detailed code and examples for sending AWB numbers and retrieving tracking details.
How to post array in an HTML form (posting array)
Learn how to post array in an HTML form, for this example we create a simple shop manger php app and post table data
PHP: using php cURL to fetch remote REST json API
Learn how to use PHP cURL. PHP cURL is a great tool for interacting with web services and APIs, and it provides a lot of control over the requests and responses.
Delhivery API status tracking rest API
How to use Delhivery REST API for tracking shipment status.
PHP: Calculate date difference in days
How to find number of days between two dates using PHP?
PHP: How store css or js code in a variable using Heredoc
Learn how to use PHP Heredoc to create dynamic css/js code for your frontend