V
V
Vlad Kolegov2015-05-29 21:45:16
JavaScript
Vlad Kolegov, 2015-05-29 21:45:16

Problem with php. What is the correct way to implement or bind a div?

Stuck specifically. I can not understand. I want the data output to happen on one page. Data is pulled from the database using PHP (MS SQL 2012). In general, as if all processing and output using php. How to make it so that the data that is unloaded once. Stayed in place all the time? Duplicate a query for each page? (stupidity yes :D) And how to make the div work together so that the menu on the left is static (navigation)? In general, it should look something like this: afe1e442a4674ca3817f5ae38a437f3b.png
The only thing that should be updated is when a group is selected, instead of the "group" table itself "A progress table should appear. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
M
msdos-x86, 2018-07-22
@msdos-x86

Put debugger on the second line and debug via chrome dev tools

D
Denis, 2015-05-29
@prototype_denis

Duplicate request for each page? (stupidity yes :D)

This is http...
Actually the answer will be "No, not stupidity! :D"
Shl. Read about http principles and what sockets are.

I
index0h, 2015-05-30
@index0h

What you are looking for is called SPA. Specifically for working with the database - it makes sense to cache the results of frequent fetches.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question