0 Members and 1 Guest are viewing this topic.
On a side note, I looked into PHP and it seems to have alot of similarities to C/C++ or basic. It supports strings, lists, and even has conditional statments ! I going to learn it in my free time, it looks like it'll be really easy to pick up.
$MDArray = array('1D'=>'2D');$MDArray['1D']['2D'] = 'I am a value of \'2D\' in \'1D\' =D';