Hi,

   I 'm trying to use MC_Google_Visualization in linux but it doesn't
work.

   When I try to run this line:
        $vis = new MC_Google_Visualization ( $db );

   The execution finishs and I don`t know why.

   The code:

        require_once 'MC/Google/Visualization.php';
        $db  = new PDO ( "mysql:host=". $_SESSION [ 'hostBBDD' ].";
dbname=public" , $_SESSION [ 'userBBDD' ], $_SESSION [ 'passBBDD' ] );
        $vis = new MC_Google_Visualization ( $db );

   In windows works perfectly. I copy the folder MC to the PHP
include_path and I think it's the only thing that I need, is it
correct?

Thank you,
   Alberto.

--

You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-visualization-api?hl=en.


Reply via email to