PhamTrinli wrote: »And yes, forum threads operate on Queries, usually SQL or some other databasing query. PHP is common for permissions as well as some front end programming and utilizes SQL querying.
It's gonna take more than "Just .. no. No, dude." to convince a software developer that she's wrong seeing as I've coded websites for clients that use asp.net and php accordingly to make database queries in MySQL. Do you think that all data is just stored on the forum magically and modified by fairies every time someone wants to add a post?
Ok, then how about a little education? https://www.w3.org/International/questions/qa-css-lang
- languages done easily, with style sheets. Very little PHP modification needed, absolutely no alteration to any database code (you don't use SQL or other relational databases to store style sheets or html or web pages in general).
Okay yeah, you are an idiot who is google educated and thinks that a Cascading Stylesheet will allow data stored in a database to be displayed.
Your solution requires 3 different databases, resulting in an overhaul of the currently existing 1 database. It uses up more disk space as databases are generally compressed due to redundant data. No, you would be far better off with modifying queries and adding a filtering small int data value for board language. To accomplish the 'same' thing. Using the method you mentioned doesn't work the way you 'think' it works. I know you don't actually deal with databases, it's obvious.
I'm out of this troll thread. Peace.
Also I failed to point out the flaw in your reasoning.
The data you pull from the database are the posts people make.
Okay Mr. Smartypants. I'll humor you because I think I'll find the answer to this question amusing.
What steps does the server have to follow, under your method, in order to display this very thread with all of it's glorious posts and how do you do it without using any form of database. I'm not talking about the formatting or the styling. How do I retrieve this thread for display?
PhamTrinli wrote: »Okay Mr. Smartypants. I'll humor you because I think I'll find the answer to this question amusing.
What steps does the server have to follow, under your method, in order to display this very thread with all of it's glorious posts and how do you do it without using any form of database. I'm not talking about the formatting or the styling. How do I retrieve this thread for display?
Again, you seem to be misunderstanding something here, because I am not saying that the site doesn't use any databases. I am saying that the changes I purposed require no database usage. I'm sorry if I didn't make that part clear enough for you.