I have a file that draws charts, called chart.php.
Right now, I can call it using GET methods inside tags
Well, I'd like to be able to wrap it in a function, and call it via a
function
drawgraph();
and by GET syntax
??
Is there a way to call a FUNCTION/METHOD in a php fil
Daniel Joyce wrote:
I've used the HTTP Location, Expire, and Refresh headers to no effect.
What's the magic order to
1) Refer a browser to a new location
2) Ensure that the location is refreshed?
I want to avoid using tags, as this complicates things
in the system I am
I've used the HTTP Location, Expire, and Refresh headers to no effect.
What's the magic order to
1) Refer a browser to a new location
2) Ensure that the location is refreshed?
I want to avoid using tags, as this complicates things
in the system I am designing
-Daniel
--
PHP General M
Randum Ian wrote:
Hi guys,
Wonder if you can help me with this.
I have a "recording_global" table which has "recording_global_id" in and
"dj_global_id".
I want to be able to sort the "recording_global" table alphabetically by
dj name which I need to find from the "dj_global_id" table referenc
I'm using JPGraph in a PHP script, and I have caching turned on in JPGraph.
The graph making PHP is called from a img tag like so:
If JPGraph has determined that the image is too old, it regenerates it
on the fly.
Problem is, if the image takes more than 1-2 seconds for JPGraph to
create, I
5 matches
Mail list logo