Posted October 17, 2012
Hey all, long time no post etc...
I'm working on client records database at the moment and trying to figure out a way to make the query results anything other than a fugly mess. I've hit upon an idea of dynamically building tables to display the data in the same way that I do on the record insertion page (meaning I can copy/paste the same code with a few tweaks) but given that hundreds of records may be onscreen at one time, that will be a massive data overload.
What I want is to create one line summaries of the client and make them clickable links to expand a hidden DIV tag. I came across this javascript example that does the exact thing I want but I don't want to use javascript for it (it'll be on a system not managed by me so I can't be certain that javascript will never be just turned off without considering my system).
Can anyone suggest a way to do this type of thing with pure PHP & HTML (ideally without on page buttons)?
I'm working on client records database at the moment and trying to figure out a way to make the query results anything other than a fugly mess. I've hit upon an idea of dynamically building tables to display the data in the same way that I do on the record insertion page (meaning I can copy/paste the same code with a few tweaks) but given that hundreds of records may be onscreen at one time, that will be a massive data overload.
What I want is to create one line summaries of the client and make them clickable links to expand a hidden DIV tag. I came across this javascript example that does the exact thing I want but I don't want to use javascript for it (it'll be on a system not managed by me so I can't be certain that javascript will never be just turned off without considering my system).
Can anyone suggest a way to do this type of thing with pure PHP & HTML (ideally without on page buttons)?
No posts in this topic were marked as the solution yet. If you can help, add your reply