PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
helsnicht
Hangin' Around


Joined: Jan 25, 2008
Posts: 44

PostPosted: Sun Oct 05, 2008 1:56 am Reply with quote Back to top

I'm trying to add a window/box above the viewtopics page that calls for a file with the same name as the topic id. So far I've managed to get it to work with the following:
Code:
'test' => '<iframe height="377" width="758" scrolling="no" src="test/'.$topic_id.'.html" frameborder="0"></iframe>',


How would I make it so that if the file isn't fount then it shows nothing? Such as 'test' => ' ';?
View user's profile Send private message Visit poster's website
jestrella
Moderator


Joined: Dec 01, 2005
Posts: 535
Location: Santiago, Dominican Republic

PostPosted: Sun Oct 05, 2008 7:59 am Reply with quote Back to top

Code:
 if (file_exists('test/'.$topic_id.'.html')) {
    'test' => '<iframe height="377" width="758" scrolling="no" src="test/'.$topic_id.'.html" frameborder="0"></iframe>';
}
View user's profile Send private message Visit poster's website
helsnicht
Hangin' Around


Joined: Jan 25, 2008
Posts: 44

PostPosted: Sun Oct 05, 2008 11:21 am Reply with quote Back to top

Many thanks!
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum