Is it possible to refresh a PHP_Snippet script/table without refreshing the rest of the page? I seen where there was a way to do something of the sort using ajax - just when i try to get the name of the item I'm only retrieving the header field.
My situation is I have a form the user fills out, and a table looking at a sub table. When the user adds to the sub table they click a button which brings a small popup of the another add page. I would like the main page to refresh the sub table to include the newly added item in the sub table without the user losing their previously entered items on a whole page refresh.