 
 Bueno, lo que quiero hacer es saber como hago para poner
Código PHP:
   <?php require 'c:/servidor/apache/users/alcomputersservices.com/polls/booth.php'; display_booth(2); ?>    Código PHP:
   'text' => ''); 
    Código PHP:
   <?php
?>
<!-- polls //-->
          <tr>
            <td>
<?php
 
  $info_box_contents = array();
  $info_box_contents[] = array('text' => BOX_HEADING_POLLS);
 
  new infoBoxHeading($info_box_contents, false, false);
 
  $info_box_contents = array();
  $info_box_contents[] = array('align' => 'center', 'text' => '');
 
  new infoBox($info_box_contents);
?>
            </td>
          </tr>
<!-- polls //-->   Saludos
 
 

