I have a form in my page and also have different phps in the same page..how can i pass the form to one of the phps? Thank you
It goes like this.
<form action = 'samepage.php'
method='POST'>
<input>
<input type = 'submit'>
</form>
<?php
?>
<?php
?>
<?php
I want to pass the value here
?>
inputneeds anameand can be accessed using$_POST['name_of_field']