To talk on Icrontic, just register!

It only takes 30 seconds.

Have an account? Sign in:

Forgot?
Enverex
~-+-~
Enverex
5,852 Posts

Thumbs down if (File_Exists())

PHP Code:
$MTheme="/files/gamethemes/";

if (
file_exists($MTheme $File.".zip")){$Theme "<a href=\"".$MTheme."".$File.".zip\">Theme Tune</a>";}
else{
$Theme "No Theme";}; 
Always seems to return the Else statement.
Using -

PHP Code:
$MTheme $File.".zip" 
Returns the right file, so, any ideas?

NS
__________________ RetroTracks - Classic Computer and Game Music
Enverex
~-+-~
Enverex
5,852 Posts

Fixed it

Used -

PHP Code:
$themefile="".$MTheme."".$File.".zip";

if (
file_exists($themefile)){$Theme "<a href=\"".$MTheme."".$File.".zip\">Theme Tune</a>";}
else{
$Theme "No Theme";}; 
Honestly wasnt expecting to get it working so fast, makes the thread a bit pointless

See it in use here - http://atomnet.co.uk/amiga/?p=gs&letter=W

NS
Go Back   Icrontic Forums > Tech: Software > General Software
Jump to
This Thread Search this Thread
Search this Thread:

Advanced Search


Current time: 1:03am (GMT)
Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Get Vanilla instead. Trust me.