Hi, Lister try this ;) data.setCell(<?=$row['id']?>, <?=$row['manager']?>, <?=$row['name']?>);
try to learn php in plain pages. 2009/2/23 Lister <[email protected]> > > Hello > > First off great work with the API. > > I am not really a javascript person and just learning php/mysql so > most of this is beyond my knowledge. > > I am trying to make an organisation chart which can display the > hierarchical tree structure of an organisation. I have currently got > mysql running for the rest of the site but trying to get values from > mysql into the API system so it can draw the structure. > > i have tried connecting the php page to the database then calling > > data.setCell(<?php $row['id']; $row['manager']; $row['name']; ?>); > > But having no luck. > > // Stop laughing now please :) > > any help would be great. > > > > > -- С уважением, Максим Барбул --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
