I figured this out. The return was inside the loop so it was returning the value at the end of the first loop. I simply moved the curly bracket above the return and it functions properly now. Thanks...
The code does not loop. I stuck and alert box after the line below and I only get one alert no matter how many lines I have in the textarea. I tried the solution from wbport but this did the same...
Sorry I only posted the part of the function that I thought was causing the issue. Here is the rest of the function. What I am trying to do is take multiple inputs from a text area and return the...
I use this script for login. What I need to do is have it check a diffetent table in the same database first. So I need it to check zpass against a table called "tpassword". If it finds a match there...