Hi friends , I have a form containing input type='text' and i have placed some php code in input name=<?php code; ?> now can anyone please tell me how to request this text value?
$var = $_POST['her your input name'];