View Single Post
Old 09-14-2012, 04:37 AM   PM User | #7
Fou-Lu
God Emperor


 
Fou-Lu's Avatar
 
Join Date: Sep 2002
Location: Saskatoon, Saskatchewan
Posts: 15,658
Thanks: 4
Thanked 2,451 Times in 2,420 Posts
Fou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to allFou-Lu is a name known to all
Quote:
Originally Posted by LearningCoder View Post
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 View Post
Is that like drastic data grid?

http://www.drasticdata.nl/DrasticTools/ExampleGrid1.php

PHP/AJAX/MySQL?
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.
Fou-Lu is offline   Reply With Quote