Re: [PHP-WIN] PHP Graph

2003-10-09 Thread toby z
try these links http://www.webguys.com/pdavis/programs/html_graphs/ http://www.boutell.com/gd/ http://www.szewo.com/php/graph/eng.phtml http://php.resourceindex.com/Complete_Scripts/Images_and_Graphs/Graph_Creation/ hope these help good luck toby --- Ignatius Reilly <[EMA

[PHP-WIN] Re: php 4.3.x and IIS 6

2003-10-09 Thread Ken F
It is set up that way. I must have something not right in my php.ini file. I'll have to comb through it, I'll post again if I can't find it "Shadow" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > It definitely works..Php.ini goes into the \windows directory (be sure > to edit ac

[PHP-WIN] Re: php 4.3.x and IIS 6

2003-10-09 Thread Shadow
It definitely works..Php.ini goes into the \windows directory (be sure to edit according to your system)...php4isapi.dll and the other dlls into \windows\system32 Shadow -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

php-windows Digest 9 Oct 2003 20:57:01 -0000 Issue 1948

2003-10-09 Thread php-windows-digest-help
php-windows Digest 9 Oct 2003 20:57:01 - Issue 1948 Topics (messages 21741 through 21741): php 4.3.x and IIS 6 21741 by: Ken F Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to

[PHP-WIN] php 4.3.x and IIS 6

2003-10-09 Thread Ken F
I cannot for the life of me get php to work on Server2003/IIS 6 I have tried the itapi version and the CGI version, just wont work. I have followed the same method a thousand times on earlier versions of IIS - it always works. Could use some help Thanks Ken -- PHP Windows Mailing List (http://w

php-windows Digest 9 Oct 2003 08:01:01 -0000 Issue 1947

2003-10-09 Thread php-windows-digest-help
php-windows Digest 9 Oct 2003 08:01:01 - Issue 1947 Topics (messages 21737 through 21740): Does Jpgraph support IIS5 21737 by: S F Alim 21738 by: Brian M McGarvie PDF library 21739 by: Victor Costa 21740 by: N.A.Morgan.bton.ac.uk Administrivia: To subscribe

RE: [PHP-WIN] PDF library

2003-10-09 Thread N . A . Morgan
Not sure about the PDF library, but you could use FPDF at www.fpdf.org. This is a free class that can be included into your php pages to create PDF documents. There is an image method that allows you to add JPEG (all flavours) and PNG (all flavours except Interlacing and Alpha Channel). Hope this