plss help about ethernet shield

uhmm does this apply to the webserver example of ethernet shield? .. can you show me simple codes to remember such states?

const int switchCount = 5; // Use your value here
int switchStates[switchCount];

Then, in the rest of the code, update switchStates[ n ], and use switchStates[ n ] in the calls to digitalWrite().