0
Dynamic Table - User Controlled
New Here
,
/t5/dreamweaver-discussions/dynamic-table-user-controlled/td-p/73050
Dec 26, 2008
Dec 26, 2008
Copy link to clipboard
Copied
Hi there,
It has been very difficult for me to get started on this problem. I would be very grateful of any help or pointers.
I would like to create a dynamic table (in Dreamweaver) in which a drop down menu allows users to select which columns are displayed from a MySQL database. Certain columns would be displayed by default. It would be a simple case of checking or unchecking boxes on the drop down. The screen would then refresh and show the new information.
Any help would be very gratefully received.
It has been very difficult for me to get started on this problem. I would be very grateful of any help or pointers.
I would like to create a dynamic table (in Dreamweaver) in which a drop down menu allows users to select which columns are displayed from a MySQL database. Certain columns would be displayed by default. It would be a simple case of checking or unchecking boxes on the drop down. The screen would then refresh and show the new information.
Any help would be very gratefully received.
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
New Here
,
/t5/dreamweaver-discussions/dynamic-table-user-controlled/m-p/73051#M133694
Dec 29, 2008
Dec 29, 2008
Copy link to clipboard
Copied
Well, Dreamweaver won't do anything like that on it's own, so
you're going to have to write a lot of programming. Are you using a
dynamic language like PHP or ASP? or are you trying to do this
through JavaScript or AJAX?
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Cgrady70
AUTHOR
New Here
,
LATEST
/t5/dreamweaver-discussions/dynamic-table-user-controlled/m-p/73052#M133695
Dec 29, 2008
Dec 29, 2008
Copy link to clipboard
Copied
I was hoping to use PHP but the more I look into it the more
it seems a Java applet (which I know little about) is the answer.
Just to clarify what I'm trying to do: This is a big project that
would allow teachers in a school to be able to write reports, fill
in tracking information, etc, about students. The biggest challenge
is the admin side: Making it easy to change which tracking
information is required, etc. I'd be interested to know if you
think it might be possible to do something like that using
PHP.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

