Click to See Complete Forum and Search --> : display data


jagguy
10-29-2006, 09:21 PM
Hi,

I have a mysql table i want to to display in a table format on a webpage using php.. One field is a comment field and can have up to 500 chars. What I want is to be able to click on that field (a link to the comments)then display it somehow.

Should I click on comment and the comments appear on a seperate page or in a popup window or what is a good way?

pcthug
10-30-2006, 03:22 AM
If you wanted to look a little deeper you could employ AJAX and like when a comment is clicked a hidden div is displayed which would soon thereafter be filled with freshly load data (i.e. the whole comment).