Re: [PHP] Graph Question..

2002-11-21 Thread Jim Hatridge
HI Andrew et al... On Wednesday 20 November 2002 21:09, Andrew Brampton wrote: > Try going direct to the image's URL, this might show any PHP errors. If > that doesn't work, you can request the page via telnet and see if any > errors are appearing > > Andrew I hate to admit it but I don't understa

Re: [PHP] Graph Question..

2002-11-20 Thread Jim Hatridge
On Wednesday 20 November 2002 20:37, Van Andel, Robert wrote: > More information would be helpful. Perhaps the code to the page that is > causing you trouble (i.e. the one where you are using the class you > downloaded yesterday). Perhaps you are missing a key piece there. > > Robbert van Andel

Re: [PHP] form question ???

2002-11-12 Thread Jim Hatridge
nal Message- > > From: Jim Hatridge [mailto:hatridge@;fecundswamp.net] > > Sent: 11 November 2002 16:27 > > > > looking at the code below. It works and I get what I want on > > the screen. BUT > > it leaves a gap between the top lines and where the table > >

[PHP] form question ???

2002-11-11 Thread Jim Hatridge
HI all... looking at the code below. It works and I get what I want on the screen. BUT it leaves a gap between the top lines and where the table starts equal to the size of the table, ie if the table is 5 lines long the gap is 5 lines etc. Any ideas what I'm doing wrong? Thanks, JIM ##

Re: [PHP] Fwd: Quarter question..

2002-11-03 Thread Jim Hatridge
$c = ( ++$i % 2 ? 'yellow' : 'white' ); > echo ""; > printf('Delete', > $PHP_SELF, $myrow['id'] ); > $q = ceil( 4/(int)date('n', strtotime($mydata['date']) )); > printf(' href="%s?id=%s&sub

[PHP] Fwd: Quarter question..

2002-11-02 Thread Jim Hatridge
HI all, In the code below I'm trying to get the last column to show 1, 2, 3, or 4 according to which quarter of the year it is. But all it shows in that column is " Resource ID # X". The X starts with #3 and goes to 18. There are (at the moment) 15 items in the table. Any ideas what's wrong? Tha

[PHP] Safe_Mode problem....

2002-09-02 Thread Jim Hatridge
HI all... I'm trying to use "exec" and "unlink" in one of my PHP programs. Here is the code: if (exec ('euro-update.program')) { $result = mysql_query("load data local infile 'euroAUD1.txt' into table Money_AUD") or die ("AUD Load did not work.");