Execute script from server to server php

89 Views Asked by At

I need to call one URL without the browser. I have tried with POSTMAN. its working fine. Not sure how to do it via Server to server in PHP ?

Is there any online service available for these kind of trigger. Tried cron job too but not working as expected. Any help??

1

There are 1 best solutions below

0
On

Try this. Hope it will help.
This is just the basic curl request.