is it possible to check from is posted 2,3
Posted: Thu Oct 13, 2005 3:16 pm
form posting statement is:
<?
if($_POST)
{
//statementcheck
}
?>
Question:is it possible to check from is posted 2,3.... in page.
note: we have to write checknig statement in place of statementcheck.
<?
if($_POST)
{
//statementcheck
}
?>
Question:is it possible to check from is posted 2,3.... in page.
note: we have to write checknig statement in place of statementcheck.