[PHP] Calling function in php page via GET?

2003-03-18 Thread Daniel Joyce
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

[PHP] Re: Forcing page refresh with http headers?

2003-03-07 Thread Daniel Joyce
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

[PHP] Forcing page refresh with http headers?

2003-03-07 Thread Daniel Joyce
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

[PHP] Re: Multiple Data Requests

2003-02-24 Thread Daniel Joyce
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

[PHP] Dynamically Generated Images ( PHPGraph ) and timeouts.

2003-02-05 Thread Daniel Joyce
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