forked from GithubBackups/healthchecks
7 lines
143 B
Markdown
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');
|
|
``` |