Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help
Author Message
helsnicht
Hangin' Around



Joined: Jan 25, 2008
Posts: 44

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

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: 593
Location: Santiago, Dominican Republic

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

Code:
 if (file_exists('test/'.$topic_id.'.html')) {

    'test' => '<iframe height="377" width="758" scrolling="no" src="test/'.$topic_id.'.html" frameborder="0"></iframe>';
}

_________________
"For those whom have not reach the sky... Every mountain seems high"

Best Regards
Jonathan Estrella [ Only registered users can see links on this board! Get registered or login! ] 
View user's profile Send private message Visit poster's website
helsnicht







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

Many thanks!
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Post Installation Help

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
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©