Quote:
Originally posted by brad jones
This site is primarily PHP. I assume that PHP operates like ASP in that the Web page is generated on the server and then sent to the requestor. As such, the answer to your question would be no, the signature would be the same because the page should be fully generated before being sent to you. Thus, your transfer speed has no impact on the content.
Granted, ifan update of a server was done during the nanoseconds that the page is being generated on the server, then you could have the situation described; however, statistically this is not probable.
Brad!
I dont think it is possible under any given scenario, since the query is first perormed before any output are written/sent. So if the changes occurs after the query was executed those changes wont be reflected.