M mongster Newbie Joined Sep 24, 2020 Messages 5 Reaction score 0 Nov 10, 2020 #1 Hi, I want to use the OGads Postback but I don't know if it's sending it using the POST or the GET method. So should I use PHP: $_GET['offer_id'] or PHP: $_POST['offer_id'] ?
Hi, I want to use the OGads Postback but I don't know if it's sending it using the POST or the GET method. So should I use PHP: $_GET['offer_id'] or PHP: $_POST['offer_id'] ?
M mongster Newbie Joined Sep 24, 2020 Messages 5 Reaction score 0 Nov 10, 2020 Thread Starter Thread Starter #2 Ok just tested it and I know already. It's GET... Weird.