Good day! my fingersrun faster my head ;-) ofcourse... MUST be (not in one string...)
function array_element_delete_function($a, $ind)
{
$a[$ind] = $a[0];
unset($a[0]);
sort($a); // <<<<
return $a; // <<<<
}
-----------------
Galkov Vladimir
[EMAIL PROTECTED]
ICQ 8487396
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

