Answer the question
In order to leave comments, you need to log in
How to accept pingback response??
I send a request to the captcha solving service. They have a pingback option that sends back a response to my server when the response is ready.
I am asking the server to send me a Json response.
Now the task is, when the server sends a response to pingback.php in it, I have to somehow accept this same response, but I don’t know the content of the response, this is the main difficulty. How can we see what came to us in this file? How are these types of responses received?
Answer the question
In order to leave comments, you need to log in
in pingback.php add saving received data to file file_put_contents('dump.log', var_export($json, true)); although usually the format of responses from services is painted.
What are these two states called in English?
Button for "Deploy" and "Restore" actions? Well, one state is definitely called "window maximized to full screen". Other .. I don’t even know, the usual windowed mode, without names.
the minimize button, the maximize button, the restore button, the close button :) joking aside,
they don't have a strictly defined name
in the Windows 95 Manual they were called Window buttons
Apple calls them Title bar buttons
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question