Array Problem

2002-01-15 Thread maureen
Hello! I hope someone can help me. I am working on the following code, written to accomplish these tasks: 1)Accept username and password from an HTML page 2)Open a text file and store the username and passwords listed there in an array 3)Compare the username and password in the array to the us

Re: Array Problem.

2001-12-10 Thread Curtis Poe
--- Andre` Niel Cameron <[EMAIL PROTECTED]> wrote: > Hi, > > I have a prob:) I need to search threw an array and remove an item based on > its name. I was thinking about maybie a for each loop but I am not sure how > to go about it. Heres what I need to do: > > say $object= sword; > I have an

Array Problem.

2001-12-10 Thread Andre` Niel Cameron
Hi, I have a prob:) I need to search threw an array and remove an item based on its name. I was thinking about maybie a for each loop but I am not sure how to go about it. Heres what I need to do: say $object= sword; I have an array @AllObjects('beer', 'nuts', 'sword', 'and more stuff') Now s