2020-01-23 16:04:15 +02:00

7 lines
143 B
Markdown

# PHP
Below is an example of making a HTTP request to SITE_NAME from PHP.
```php
file_get_contents('https://hc-ping.com/your-uuid-here');
```