Thank you Badtnik :-)
Before you answer me, I try using addrow and it works, it is so simple I was
so newbie ^^ !
So I finally did this way :
<?php
while($fetch2 = mysql_fetch_assoc($recup2))
{
?>
data.addRow([<?php echo $fetch2['posx'];?>, <?php echo $fetch2['posy'];?>,
null]);
<?php
};
?>
<?php
while($fetch3 = mysql_fetch_assoc($recup3))
{
?>
data.addRow([<?php echo $fetch3['posx'];?>, null, <?php echo
$fetch3['posy'];?>]);
<?php
};
?>
Once again thanks for the way you help me :-)
--
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.