nt: Friday, March 01, 2002 9:51 AM
To: GENERAL PHP LIST
Subject: [PHP] loading Arrays
Do I have to fully load up an array when I declare it or can I assign
more values to it later?
What I want to do is something like this :
// create empty array
$samplearray = array();
// add value to arra
Do I have to fully load up an array when I declare it or can I assign
more values to it later?
What I want to do is something like this :
// create empty array
$samplearray = array();
// add value to array
if($flag == "true"){
$samplearray => $samplevalue;
}
This doesn't work, can anybody
2 matches
Mail list logo