hello, i'm extremely new
here, however i was wondering
if anyone could help me?
i'm trying to create a multi-dimensional array
using a few variables and loops.
i'm trying to create a stock simulation chart,
and i need to fill a db with random activity
based on: numberOfDays, numberOfTradesPerDay,
changeOfPricePerTrade, timeStampsForEachTrade
i'll probably use these variables for the form
$days = "";
$tradesPerDay = "";
$startPrice = "";
$upLimit = "";
$downLimit = "";
$timeStamp = "";
anyhelp on creating multi's with loops will do wonders for me
this way i dont have to fill the db by hand.
thanks
leon