I have php script, I can run this script with php.
But i want make this script without edit the SESSION AND TOKEN and CAN run on browser with link.
So here go:
My script coin.php
I must edit this script to make this code work.
$get->session = "MYSESSION";
$get->token = "MYTOKEN";
Nah my question is, Can I run this php script WITHOUT edit the php BUT I must edit with LINK
Example: > http://www.example.com/coin.php?session=MYSESSION&token=MYTOKEN
What code should be added on my sript? I want run this script with link
I hope you understand
Thank you so much