为什么我列入的档案在出现时再次被处死?
原文:Why is my included file executed again when isset(POST[ submit ])?
原文:Why is my included file executed again when isset(POST[ submit ])?
My included file (include.php) is this: <?php $myarray=(a,b,c); shuffle($myarray); ?> My main php file is this: include( include.php ); if isset($_POST[ submit_button ]){ echo "Button ...