I'm twiting

访问统计

free counters

PHP判断Form表单是否提交


$submitButtonValue = $_POST['submit_button_name'];
if( “submit” == $submitButtonValue )
{
//执行表单操作
}
else
{
//返回
}

Share on Facebook

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>