Quote:
Originally Posted by LearningCoder
So, simply put, I need to use AJAX to retrieve the data from the database so then it can dynamically reload within the page?
That link is pretty much exactly what I am trying to achieve, apart from I only want to display the username and join date.
Regards,
LC.
|
You don't need AJAX. You only need it if you want it to load in the background. The same effect can be created statically with using just links and the querystring.
Quote:
Originally Posted by mlseim
|
Yep, that's exactly what it is. Datagrid views are most common in C#/ASP.NET, as its built into the language. I'd assume that is created to mimic it in PHP.