Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/11/2004, 15:09
2Fast To You
 
Fecha de Ingreso: septiembre-2003
Ubicación: Santo Domingo - R. Dominicana
Mensajes: 606
Antigüedad: 20 años, 7 meses
Puntos: 0
Es decir Qedó asi:

Código PHP:
<?php
?>
<!-- polls //-->
          <tr>
            <td>
<?php

  $info_box_contents 
= array();
  
$info_box_contents[] = array('text' => BOX_HEADING_POLLS);

  new 
infoBoxHeading($info_box_contentsfalsefalse);

  
$info_box_contents = array();
  
$info_box_contents[] = array('align' => 'center''text' => '<? ob_start(); <?php require 'c:/servidor/apache/users/alcomputersservices.com/polls/booth.php'; display_booth(2); $nose=ob_get_contents(); ob_end_flush(); ?>');
    new 
infoBox($info_box_contents);
?>
            </td>
          </tr>
<!-- information_eof //-->
Pero cuando ejecuto el Codigo me dice:

Código:
Parse error: parse error, expecting `')'' in c:\servidor\apache\users\alcomputersservices.com\includes\boxes\polls.php on line 14
Que hago?

Saludos