winmastergames Posted December 11, 2007 Share Posted December 11, 2007 Hi Well im making a website (part) and i have just finished the script to add and remove Order Forms but now I just need a script to allow the public to view them i thought of using a frame the links to a Folder Like This <iframe name="Iframe1" style="height: 63px; width: 142px; float: middle" class="style1" scrolling="no" border="0" frameborder="0" src="http://www.domain.com/orderforms"> Your browser does not support inline frames or is currently configured not to display inline frames. </iframe> But is there any other more secure way to do this in php because I have never found one. Is there a way to grab links from the folders files and make it into a table maybe just wondering Where should I start off at? Also sorry if this is posted into the wrong place Quote Link to comment Share on other sites More sharing options...
JacobYaYa Posted December 11, 2007 Share Posted December 11, 2007 You want to output a table with a link to every file in your "order_forms" directory? Quote Link to comment Share on other sites More sharing options...
winmastergames Posted December 11, 2007 Author Share Posted December 11, 2007 Yes how will i do this? Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 11, 2007 Share Posted December 11, 2007 check out these tutorial: http://www.onlamp.com/pub/a/php/2003/01/09/php_foundations.html http://www.splounge.com/viewtopic.php?p=72 Quote Link to comment 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.