Closed (fixed)
Project:
Google Chart Tools: Image Charts
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2008 at 00:44 UTC
Updated:
12 Sep 2008 at 15:01 UTC
Comments
Comment #1
tjholowaychuk commentedHello,
Unfortunately I cannot give alot of advice when it comes to learning PHP etc, but I have examples at http://code.google.com/p/drupal-chart-api/wiki/Examples
This module currently does not support Drupal 6 ( it should shortly ) so you may want to fool around with it on Drupal 5, the module will not see much change for the Drupal 6 version.
Comment #2
tjholowaychuk commentedComment #3
shaibenyehuda commentedI would like to put the php code in the article body and use the php input format.
i tried to do it with the code from the example:
but the php can not recognize chart_render()
can i make work?
if so, how should I fix the php code?
thanks,
shai
Comment #4
kwemart commentedgo to admin section admin/build/block then create a new block using php format under the textarea choose php format your php code will be executed..
Martin
Comment #5
tjholowaychuk commentedComment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
federico commentedMaybe you forgot to add
<?phpand?>