Hello.
I need to use this code in asp to work in php.
I just can't figure it out alone.
Can anybody help me, please?

Code:
posicaoHead = InStr(1, linha, "Te")
linha = Right(linha, Len(linha) - posicaoHead - 1)
Thank you.