userlist.php 201 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 <?php if($_SERVER['REQUEST_METHOD'] == 'POST') { include("useradd.php"); } if(isset($_GET['delete']) && $_GET['delete'] == 'y') { include("userdelete.php"); } include("userlistread.php"); ?>