Jump to content


fabioricotta

Member Since 20/01/2004
Offline Last Active 05/10/2006, 10:15
-----

Posts I've Made

In Topic: Criando Um Array

28/08/2005, 22:17

Veja:

<pre><?php

$array = range(1, 100);

// Retirando o valor 68
unset($array[67]);

print_r($array);

?>


Leitura:
http://www.php.net/range
http://www.php.net/unset


[]'s

Era exatamente isso! Obrigado (y)

IPB Skin By Virteq