ger_mac74 Posted March 8, 2006 Share Posted March 8, 2006 Hi I am new enough to php.I have designed a website and want to have certain ahref links on this website activate php programs. This is what I would like the php programs to do:When the link is clicked the php program is actived. I would like this php program to load up a certain html template webpage that I have designed and within this template I would like to have a scrolling window that displays the results of a select statement. Each php program and therefore each ahref link will run a different select statement, the statements results will be viewed inside the same scrolling window which will be inside the same website template. Any ideas on how I might do this? I understand that I 'include' the html page at the start of each of these php programs but I dont know how to tell this php program where in the html template the scrolling window will be displayed and also I dont know how to get the select script to run in the scrolling window. Also I dont know if there is a way to view this select statements in scrolling windows. Hope you can help.Regards. Link to comment https://forums.phpfreaks.com/topic/4439-display-select-statement-results-in-a-scrolling-window-within-html-template/ Share on other sites More sharing options...
ger_mac74 Posted March 8, 2006 Author Share Posted March 8, 2006 Hi again,Does anyone have an idea how I might do this?Thanks Link to comment https://forums.phpfreaks.com/topic/4439-display-select-statement-results-in-a-scrolling-window-within-html-template/#findComment-15458 Share on other sites More sharing options...
ger_mac74 Posted March 9, 2006 Author Share Posted March 9, 2006 Any takers on this one?? Please! Link to comment https://forums.phpfreaks.com/topic/4439-display-select-statement-results-in-a-scrolling-window-within-html-template/#findComment-15790 Share on other sites More sharing options...
psyion Posted March 9, 2006 Share Posted March 9, 2006 <head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>Untitled Document</title><script type="text/JavaScript"><!--function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}//--></script></head><body><p><a href="#" onClick="MM_openBrWindow('http://www.phpfreaks.com/forums/index.php?showtopic=87846','','scrollbars=yes')">click this link</a></p><p> </p><p>try downloading dreamweaver 8, it'll help. </p></body></html> Link to comment https://forums.phpfreaks.com/topic/4439-display-select-statement-results-in-a-scrolling-window-within-html-template/#findComment-15933 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.