Code: Select all
<?php
session_register("stuid_list");
?>Code: Select all
<?php
$stuid_list[] = "$sib_stuid";
?>1. how can i go through the array and delete the last 20 entries in the array?
2. how can i go through the array and delete the first 20 entries in the array?