Home > Backend Development > PHP Tutorial > 关于openflashchart的有关问题,大侠

关于openflashchart的有关问题,大侠

WBOY
Release: 2016-06-13 13:18:48
Original
798 people have browsed it

关于openflashchart的问题,大侠求助!
我用的openflashchar1.9x可能比较老了,出现了这个一个问题
open_flash_chart_object( 700,200, 'chart-data.php?id=$currentpage&second_id=$querydate', false );
我希望将$currentpage和$querydate传递到'chart-data.php数据文件中!但是不知道为什么没传过去,有哪位大侠知道该怎么做吗????

------解决方案--------------------
open_flash_chart_object( 700,200, "chart-data.php?id=$currentpage&second_id=$querydate", false );

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template