When I add container above and existing container that had a dynamic table that is working the data stops loading?
Do they have different IDs? Or are any errors displayed?

No error, shout the idâs be different?
It appears to happen when I add a server side include (nav bar) to one of the columns.
You may have duplicate IDs. Do you have a live link you can share with us?
http://imd.franklin.edu/admin/adminStudentGallery.php?sort=projectLink&dir=asc
it happens when I add the nav bar with SSI and PHP include
You have two id=âasg01â and two id=âserverconnect1â. Those need to be changed. You canât have two IDs the same. That may or may not be the problem but it is the first place to look.
Ok, I fixed that issue, but it still happens when I add a serverside include before the container with the form. Could it be that the SSI is not compatible?
You still have your gallery recordset and your logout actions with the same ID âserverconnect1â
I see you have changed your gallery recordset to servconnect2, which is fine. But your table is still looking for serverconnect1. Select your table and in the properties panel change serverconnect1 to serverconnect2
i think I did that now
Yep, looks like it. Always remember that IDs must be unique. 
ok thank you
Happy to hear you resolved your issue! ![]()