>>> http_host = '127.0.0.1' >>> http_host[-5] '0'
2010/9/1 annet <[email protected]> > What does the -5 stand for in this line of code: > > request.env.http_host[-5] > > > Kind regards, > > Annet. -- http://rochacbruno.com.br
>>> http_host = '127.0.0.1' >>> http_host[-5] '0'
2010/9/1 annet <[email protected]> > What does the -5 stand for in this line of code: > > request.env.http_host[-5] > > > Kind regards, > > Annet. -- http://rochacbruno.com.br