04-18-2008, 02:18 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Mar 2008
Posts: 62
Thanks: 2
|
found it out, its a little different, but it works:
Code:
//initializes the array
$users=array();
//populates the array
require_once('array.php');
any other better ideas would be great!
|
|
|