What does this error mean?

Fatal error: Call to undefined function flash_piece() in /home/.matsu/newhomecenter/www.newhomecenterbytig.com/index.php on line 5

Here is the line of code it is referring to:

<?php flash_piece("rotator","rotator.swf","585","404","#c4bda3"); ?>
Call to undefined function

I’m saying you’re calling a function that hasn’t been defined, or is out of scope :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service