php-windows Digest 20 Jun 2001 11:21:15 -0000 Issue 619

Topics (messages 7950 through 7955):

Setting Up Image Generation in Php-Apache in Win2k
        7950 by: Arjun Saha
        7952 by: Arjun Saha

Re: Php interact with Dreamwaver
        7951 by: Massimo Foti

Your Internet Education!
        7953 by: Noel Hadfield

Call Perl script in PHP
        7954 by: CENGIZ SOYUKAN
        7955 by: Johan Lundqvist

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]


----------------------------------------------------------------------


hie guys...
        me's new to this list....really stuck up with a problem...i'm
trying to generate images in php-apache..but I can't get my gd library
thing to work. I'm on win2k. 
        I've gone through a lot of documentation...i've also got the
php_gd.dll ....but nothing works!!! Can someone please give a step-by-step
procedure of how to go about things. My Php-Apache-Mysql is all setup and
ready. Just can't get this thing to work!!! Pleeeeeease help!!! 


- Arjun






Sorry to bother you ppl...but I rechecked and it started working!

-Arjun.

-------------------------------------------------------------------------

On Wed, 20 Jun 2001, Arjun Saha wrote:

>hie guys...
>       me's new to this list....really stuck up with a problem...i'm
>trying to generate images in php-apache..but I can't get my gd library
>thing to work. I'm on win2k. 
>       I've gone through a lot of documentation...i've also got the
>php_gd.dll ....but nothing works!!! Can someone please give a step-by-step
>procedure of how to go about things. My Php-Apache-Mysql is all setup and
>ready. Just can't get this thing to work!!! Pleeeeeease help!!! 
>
>
>- Arjun
>
>
>





The Server Model for Ultradev is really impressive, if you use it another
place to keep visting is:

http://www.udzone.com/index.asp?TypeId=3&CatId=66

I also have a few PHP extensions on my website

------------------------

Massimo Foti
[EMAIL PROTECTED]

Amila Productions SA
www.amila.ch

Dreamweaver, Ultradev and Fireworks goodies
http://www.massimocorner.com

------------------------



""Brian Paulson"" <[EMAIL PROTECTED]> wrote in message
news:000b01c0f8fd$8507a920
> http://www.interakt.ro/
>
> (php server model for Dreamweaver4-Ultra dev)







Take our course in computers and the Internet; and then we'll show you how 
to build a business with your new skills.

Just hit:

mailto:[EMAIL PROTECTED]?Subject=Education

To be removed from this list, hit:

mailto:[EMAIL PROTECTED]?Subject=Remove




I could not get the result of perl script to my browser. I need help thanks.

I use IIS + Win NT 

my code is like this. Bu the result of the passthru perl script is not seen
on my browser. What is the problem. 


$fp="d:\\inetpub\\scripts\\tool_locs.pl"; 
passthru($fp); 

My code is workiing properly. I check the ret_val of exec or passthru
coomand. 



Thaks in advance 

Cengiz





Hi Cengiz,

Are u running PHP as ISAPI? Then try CGI instead.

All "Program Execution functions" (LXIII in PHP manual, exec, system and
passthru) doesn't work well on Windoze platform in ISAPI-mode, or
doesn't work at all...
You might get it to work in CGI-mode, but there's still possible
problems.

Program Execution functions work fine in Linux-PHP-Apache config (that's
where I use it) for app's that really need that functionality.

/Johan

> 
> I could not get the result of perl script to my browser. I need help thanks.
> 
> I use IIS + Win NT
> 
> my code is like this. Bu the result of the passthru perl script is not seen
> on my browser. What is the problem.
> 
> $fp="d:\\inetpub\\scripts\\tool_locs.pl";
> passthru($fp);
> 
> My code is workiing properly. I check the ret_val of exec or passthru
> coomand.
> 
> Thaks in advance
> 
> Cengiz


Reply via email to