Screening requests
-
In fact, there's this form:
<form method="post" action="http://site.ru/script.php"> <textarea rows="7" cols="30" name="text"></textarea> <input type="image" src="http://site.ru/submit.png" alt="enter"></form>
As we see, the text that we have introduced will be transmitted here:
http://site.ru/script.php
Question: Is it possible to make requests forhttp://site.ru/script.php
(to see who sent the form). I'm sorry about the Nuba question, but I'm still waiting for adequate answers. Thank you so much!
-
file_put_contents('log.txt',serialize($_REQUEST)."\n",FILE_APPEND);