x.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...
Top Bottom