[PHP-WIN] PHP graph

2003-11-12 Thread Rinku Shivnani
Dear All,

Can any of you guide me on how to generate PHP Graph by dynamic data ?

Regards,
Rinku

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-WIN] PHP graph

2003-11-12 Thread Bowden, Zeb
Here's what I learned with ... 
http://www.phpbuilder.com/columns/wiesendanger20001218.php3?page=1

Fairly basic, uses the GD library and makes a bar chart from an array of
data


-Original Message-
From: Rinku Shivnani [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 12, 2003 7:06 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP graph

Dear All,

Can any of you guide me on how to generate PHP Graph by dynamic data ?

Regards,
Rinku

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-WIN] Re: best php editor?

2003-11-12 Thread Norbert Gruettner
and there is TSWebEditor which can be downloaded from
http://tswebeditor.net.tc/

Regards
   Norbert

"Bobo Wieland" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi!
>
> What is the best php editor out there? Preferbly freeware... I use
Homesite+
> right now. It's the best one so far that I've tried but I would like
> codehints which Homesite doesn't provide. So I would like an editor that,
> when I write "a_defined_php_function(" the editor would show
> "first_param_type/function, [second_param_type/function]" etc...
>
> And I would also like a good handling of tabulators...
> And if possible also support for xhtml and javascript (bonus if it
supports
> AS (Flash ActionScript) too...)
>
> Thanks!
>
> .bobo

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



php-windows Digest 12 Nov 2003 18:35:01 -0000 Issue 1996

2003-11-12 Thread php-windows-digest-help

php-windows Digest 12 Nov 2003 18:35:01 - Issue 1996

Topics (messages 22076 through 22079):

Re: HOW DO I FIND GD LIB ENABLED
22076 by: Nick Baker

PHP graph
22077 by: Rinku Shivnani
22078 by: Bowden, Zeb

Re: best php editor?
22079 by: Norbert Gruettner

Administrivia:

To subscribe to the digest, e-mail:
[EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]

To post to the list, e-mail:
[EMAIL PROTECTED]


--
--- Begin Message ---

Hi,

I suspect you need to check one more configuration parameter in your PHP.ini - the 
'extension_dir' parameter needs to point to the directory where the extension dll is 
located.

I hope this helps.

Nick

-Original Message-
From: S F Alim [mailto:[EMAIL PROTECTED]
Sent: Wednesday, 12 November 2003 03:31
To: 'PHP Help Desk'
Subject: FW: [PHP-WIN] HOW DO I FIND GD LIB ENABLED


Hi, 

Ok I couldn't find it in my phpinfo() output. I did find the file in
"c:\php\..." and also I found extension=php_d2.dll syntax in php.ini but
there is semi colon (;) before it.
Even I remove (;) semi colon from it, and restart my pc, but still its
not in phpinfo() page. 
Need help quick on this one...

faisal
--- End Message ---
--- Begin Message ---
Dear All,

Can any of you guide me on how to generate PHP Graph by dynamic data ?

Regards,
Rinku
--- End Message ---
--- Begin Message ---
Here's what I learned with ... 
http://www.phpbuilder.com/columns/wiesendanger20001218.php3?page=1

Fairly basic, uses the GD library and makes a bar chart from an array of
data


-Original Message-
From: Rinku Shivnani [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 12, 2003 7:06 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] PHP graph

Dear All,

Can any of you guide me on how to generate PHP Graph by dynamic data ?

Regards,
Rinku

--
PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
and there is TSWebEditor which can be downloaded from
http://tswebeditor.net.tc/

Regards
   Norbert

"Bobo Wieland" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Hi!
>
> What is the best php editor out there? Preferbly freeware... I use
Homesite+
> right now. It's the best one so far that I've tried but I would like
> codehints which Homesite doesn't provide. So I would like an editor that,
> when I write "a_defined_php_function(" the editor would show
> "first_param_type/function, [second_param_type/function]" etc...
>
> And I would also like a good handling of tabulators...
> And if possible also support for xhtml and javascript (bonus if it
supports
> AS (Flash ActionScript) too...)
>
> Thanks!
>
> .bobo
--- End Message ---


[PHP-WIN] PHP mkdir with IIS and network share

2003-11-12 Thread Dang Nguyen
Hi All,

I have a php script that was carried over from an Apache/Solaris environment
into a Windows 2000/IIS/PHP 4.3.4 environment.  Now I need to tweak the
script a little to deal with the filesystem differences.  The script, as
originally designed and written, can read files from the filesystem, create
directories, write files back to the filesystem, etc.  After moving to the
Windows environment, the script is now required to access files on a network
share and create files and directories over the network share.  I've figured
out how to configure IIS so that PHP scripts will be able to read, using
opendir(),readdir(), etc., from the network share.  However, after the
reconfiguration of IIS, my scripts still cannot create directories over the
network share.  No errors are getting written to my error log file either.

I have reconfigured IIS to use an account that has read and write
permissions on the network share when "anonymous" access is used, which is
how the scripts can now read and list files on the network share.   Does
anyone have any other suggestions for me to check or do so that the scripts
can also create files and directories on the network share?

code snippet:
$directory = 'seint16\\nt_share\\';
mkdir($directory,0755);


Thanks,
Dang Nguyen

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php