On Dec 10, 5:14 am, [EMAIL PROTECTED] (Dermot Paikkos)
wrote:
>
> There are obviously other issues with your envirnoment or there is
> something in your script that you have not presented that causes this. I
> think you would be better advised to try and find the source of the
> problem that spend
On Dec 9, 10:15 pm, [EMAIL PROTECTED] (John W. Krahn) wrote:
> Say that you pass the string "hiyall2008153639492" to strip_string and
> the length of that string is 19 characters. At the start of the loop $i
> is 0 and length($_[0]) - $i is 19 so your expression says:
>
>$ret .= substr("19
On Dec 10, 10:12 am, [EMAIL PROTECTED] (Matthew Hellman)
wrote:
>
> I'm throwing the last one in there even though I don't see any sort of login
> actually occurring. Am I missing something? Where are you validating the
> password? What is the purpose of the strip_string function? I see all so