Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/02/2013, 12:00
ruben_chirinos_1985
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Problema en consulta para cargar grafico de estadisticas

esto es lo q hace esa funcion observa

Código PHP:
Ver original
  1. function open_flash_chart_object( $width, $height, $url, $use_swfobject=true, $base='' )
  2. {
  3.     //
  4.     // stream the HTML into the page
  5.     //
  6.     echo _ofc( $width, $height, $url, $use_swfobject, $base );
  7. }