Forum Moderators: coopster
$array = array(
'mystuff' => array(
'myproject => 'text1 | text2 | text3 | text4 | text5'.$mvariable
)
);
$array = array(
'mystuff' => array(
'myproject' => 'text1 | text2 | text3 | text4 | text5'.$mvariable,
'myramblings' => 'some stuff',
'mygirls' => 'more of your stuff'
),
// second array member
'yourstuff' => array(
'myproject' => 'achoo'.$mvariable,
'myramblings' => 'gazoonteight',
'mygirls' => 'thank you'
)
);