NYCPHP Meetup

NYPHP.org

[nycphp-talk] Mind exploded on this one!

Phil Powell soazine at erols.com
Fri Jul 11 14:21:42 EDT 2003


$booleanNonFormVars = array('hasSelectedLetter', 'hasEnteredProfile', 'hasSelectedProfile',
                             'hasEditedProfile', 'hasDeletedProfile', 'willDeleteProfile',
                             'willDeletePic');
 $booleanVars = array('profileID', 'showemail', 'showbirthday', 'season', 'profilememberid');
 $profileVarArray = array('firstname', 'lastname', 'city', 'state', 'country', 'favebands',
                          'faveconcert', 'favescandinavia', 'faveviking', 'favemeat',
                          'freetime', 'thingslove', 'thingshate', 'favebibleverse',
                          'changeonething', 'maritalstatus', 'birthday', 'favemovie', 
                          'faveplace', 'favetv', 'imgpath', 'imgext');
 $profileNonFormVarArray = array('profileName', 'letter', 'name');

 $arrayListArray = array('booleanNonFormVars', 'booleanVars', 'profileVarArray', 
                        'profileNonFormVarArray');

Bluntly put, I need to get: 
$hasSelectedLetter
$letter

Etc..

I have absolutely NO idea how to do this, help!

Phil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20030711/4b58a8e4/attachment.html>


More information about the talk mailing list