Items in array using php

[b][b]Whai is :slight_smile: meaning of following code…Please give me example of this.

$data[$cols_inc][‘VALUE’]=$noPsgrs;
$data[$cols_inc][‘VALUE’]=$noPsgrs;
$data[$cols_inc][‘MAX_CHAR’]=5;
$data[$cols_inc][‘POS’]=‘R’;
$data[$cols_inc][‘TFLAG’]=false;
$data[$cols_inc][‘FORMAT’]=‘N’;[/b][/b]

It’s just building an array, you can read more about arrays here
http://php.net/manual/en/language.types.array.php

Sponsor our Newsletter | Privacy Policy | Terms of Service