PHP Classes

Error in the script

Recommend this page to a friend!

      w3v  >  All threads  >  Error in the script  >  (Un) Subscribe thread alerts  
Subject:Error in the script
Summary:index.php does not work
Messages:1
Author:Ruebel
Date:2011-07-16 06:53:02
 

 


  1. Error in the script   Reply   Report abuse  
Picture of Ruebel Ruebel - 2011-07-16 06:53:02
So it would be correct:

<?php
for($i=0; $i<count($w3v); $i++)
{
?>
<?php
echo '<div id="video' .$i .'">';
$w3v[$i]->display();
echo '</div>';
?>
<?php
}
?>