Posts by Roger • 11 points
3 posts
-
0
votes1
answer34
viewsA: How to receive data from a WEBHOOK in php (Data sent in $_POST by webhook)
I managed to find the error, is in the encryption function had forgotten to put the $ to declare the variable, before phone. Tiredness is fucking kkkkk, sometimes just stop a little stretch the body…
-
0
votes1
answer34
viewsQ: How to receive data from a WEBHOOK in php (Data sent in $_POST by webhook)
Beginner in programming if anyone can help me. <?php ini_set('display_errors',1); ini_set('display_startup_erros',1); error_reporting(E_ALL); header('Access-Control-Allow-Origin: *');…
-
-1
votes1
answer28
viewsQ: Cannot read Property 'addeventlistener' of null wordpress
I have several buttons on a page of a wordpress site, I set all these buttons with the click class, when the user click one of the buttons I have to grab the id of the button clicked, with this id I…