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?
Printable View
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?
PHP Code:$var = $_POST['her your input name'];