Hello!! I have a question. We have a Web site where the user only see the Index. Ever. When he browse on the site, the HTML code he needs come from other HTML's files throught form posts and hidden and the page the user want to see is assembled and and then it's showed at the screen. MY QUESTION IS: do these posts go to the server and then return to the client? Or all that happen only in the client computer?? I have to know because if all these posts consume a lot of recourses of the server, I have to find another solution. Thanks for your answer.
If your HTML code include a Mysql Requests so that will Consume from the server for sure.. but if you use a basic way so you don't have to worry about the server Bandwidth.
Hello, good afternoon!! Thanks for your answer!! My friend can you explain me, please?? why do you say that? These posts need an insignificant bandwidth?? Or because they don't go to the server??
Basicly, In case you are in shared hosting or limited bandwidth and if your website is Dynamic one and use a lot of Requests to the Database in order to display the content of your website so that will effect the server side.. Logic That's all what i mean... otherwise if you use a basic html or php code so you don't have to worry...