mikro Posted September 28, 2013 Share Posted September 28, 2013 Hi there. New to all this. Forgive me if this type of question has been asked before but I don't really know what to search for... What I am trying to do is create an Info page that basically gets the table names of an oracle database (I've done this bit, can connect and display the column names). But ideally, I'd like the tablenames to be links that display their corresponding column names. Can I somehow from this info page create links to pages that can be dynamically filled with info brought back from the original query. In other words, the hyperlink needs to be the tablename, that will in turn run a query to return the column names of that table, and display the result somewhere (another page, a lightbox, overwrite the current page?) If this is too vague, let me know and I'll try to clarify. I'm just at a loss as to what to actually create links to. Thank you! Quote Link to comment https://forums.phpfreaks.com/topic/282513-oracle-creating-links-to-column-names/ Share on other sites More sharing options...
mikro Posted September 30, 2013 Author Share Posted September 30, 2013 Ignore this. Solved it myself, Just needed a php holding page/template that used post/get. Quote Link to comment https://forums.phpfreaks.com/topic/282513-oracle-creating-links-to-column-names/#findComment-1451950 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.