result.php

  1. Sridhar_Rao

    What is wrong with this php code?

    Hello, I had created a html page with form in it. I submit the page to say result.php <form name="poll" action="result.php" method="post" > For some reasons, nothing was showing up in result.php page. I have checked and confirmed that the form is submitting correct values as they were...
  2. Sridhar_Rao

    checking page referer in PHP

    I have a page say result.php, which must be displayed only after a visitor fills in a form (reg.php). Even if the user visits result.php by typing the url, he must be directed to the registration page (reg.php). I am using page referer ($referer = $_SERVER['HTTP_REFERER']; )to see if the user...
Top Bottom