Can anyone plz check this and help me !!! When we try to enter any site in the form it reloads back to the same page !!! Page
this part in your code: <form method="post" action="/2/phpproxy/index.php" id="form"> is telling it to go back to the same page. Should it not go to a processing page?
Yeah, you need to put some server side logic in there somewhere. Either have this: if (empty($_POST['submit'])) { // display } else { //do what ever } or you need to have it go to a processing page.
But dear ! the first loading page of a proxy site is index.inc.php !!! And it is loaded to the index page . Anyway I got it corrected.It was the problem with some javascript used inside the code.