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 Link to comment https://forums.phpfreaks.com/topic/81134-solved-viewing-files-in-a-php-script/ 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? Link to comment https://forums.phpfreaks.com/topic/81134-solved-viewing-files-in-a-php-script/#findComment-411711 Share on other sites More sharing options...
winmastergames Posted December 11, 2007 Author Share Posted December 11, 2007 Yes how will i do this? Link to comment https://forums.phpfreaks.com/topic/81134-solved-viewing-files-in-a-php-script/#findComment-411743 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 Link to comment https://forums.phpfreaks.com/topic/81134-solved-viewing-files-in-a-php-script/#findComment-411758 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.