Search Databases
Search Databases
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- sparker0
the data that is pulled from the db is parsed and then interpreted onscreen...it would be the same as if the page were a static html page containing said text.
it just happens that it can change every second.
spiders scan interpreted pages...not source files.
the spider goes out and makes a call to the server to serve up the website (as if a user was visiting it)...it is the same as apps like wget that allow you to "download" entire websites for reading offline.