Level: $levels"; $root = ''; for($i = 1; $i < $levels; $i++) { $root .= '../'; } //echo "
Root: $root, path: $path
"; return($root . $path); } $SessionPath = MainRootSessionPath('session2015.inc.php'); include_once($SessionPath); ?> Special Effect Supply Corp Main Page, unique special effects, ben nye make up, supplies, materials, molding, and sculpting. "; $HeaderMetaData = MainRootSessionPath('header2014_meta.php'); include_once($HeaderMetaData); ?> "; $MainRoothPathHeaderScripts = MainRootPath('header2014_scripts.php'); include_once($MainRoothPathHeaderScripts); ?> Add Product Test Page"; } **/ //$MainRoothPathNewsSlider2014 = MainRootPath('NewsSlider2014.php'); //include_once($MainRoothPathNewsSlider2014); ?>

Welcome to Special Effect Supply Corp.

Established in 1993 to provide hard to find information and materials to amateur and professional special effects people.
We have expanded service to include Haunted House Operators, Artists, Film Makers, Educators, Cosplayers, and other creative individuals.

Will Work for Food

New! Zombie Appliance Kit

Click Here For Zombie Kit Details

Site Directory

Information and Supplies * Features * About Us * Lists and Links * How to Place an Order or Contact Us



This page originally posted: $OriginallyPosted
This page last updated: "; $FileName = $_SERVER['SCRIPT_FILENAME']; echo date("m/d/Y", filemtime($FileName)); echo "
Document Number: "; ***/ $file = 'counter.txt'; if(!file_exists($file)) { $handle = fopen($file, 'w'); fwrite($handle, 0); fclose($handle); } $count = file_get_contents($file); $count++; //echo "$count"; /*********/ if(is_writable($file)) { $handle = fopen($file, 'w+'); fwrite($handle, $count); fclose($handle); } else { //echo 'Could not increment the counter!'; $count = 0; } // echo number_format($count); /**********/ ?>