English 中文(简体)
PHP_googlegram_ multi file data in 1graph ... how to ? 基本问题
原标题:PHP _google chart _ multiple files data in 1 graph ... how to ? _ basic question

In google chart,

<img src="<?php print $barChart->getUrl(); ?>" /> <br> for today. is used to create the img corresponding to the graph.

我将《商业惯例法》改为多个文本档案,然后提取价值并将其放在一个阵列中,然后利用这一阵列将其通过到<条码>下。

The problem is that only the graph for day 1 (i.e. file 1) gets displayed. Day 2 needs either:

  1. I NEED to CREATE A NEW STACK FOR each file. How do I achieve this?
    or
  2. I need to create separate graphs for each file on the same WEBPAGE. How do I achieve this?

请帮助!

It would be better if I can create a separate stack for each file.

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签