php-windows Digest 14 Mar 2003 06:36:45 -0000 Issue 1633

2003-03-13 Thread php-windows-digest-help
php-windows Digest 14 Mar 2003 06:36:45 - Issue 1633 Topics (messages 18993 through 19001): Re: Problem with exec(). Help needed! 18993 by: Rich Gray 18994 by: P.Gertman.informgaz.gazprom.ru cropping an image script 18995 by: Anthony Ritter Conversion SVG --> JPEG

[PHP-WIN] Re: Help with sending mail

2003-03-13 Thread Manuel Lemos
Hello, On 02/18/2003 04:21 PM, Freeman wrote: my mail server doesnt want to keep working, is there a way to set the mail server within the script, this is for a unix machine. No, if PHP is running under Unix, the mail function will not use the SMTP server. In that case you may want to try this c

[PHP-WIN] Sending mail on Windows 98

2003-03-13 Thread Geoff Ogilvy
Summary : do I have an MTA ? Detail : Some scripts are being developed in php for uploading to a web host and I would like to test them on my standalone Windows 98 machine at home. I have Apache 2.0.44, PHP 4.3.0 and a dial-up connection to an ISP, which we will call ispname, for e-mail. The PHP

Re: [PHP-WIN] Connections in SQL Server

2003-03-13 Thread Diego Fulgueira
I have exactly the same configuration as you do, except for the fact that I use PHP as an Apache module and not as CGI. I have no problems at all. Running PHP as an Apache module and it is more efficient than the CGI version. On the other hand, there are other several things you can try: 1. Use m

[PHP-WIN] Help with sending mail

2003-03-13 Thread freeman
my mail server doesnt want to keep working, is there a way to set the mail server within the script, this is for a unix machine. Thanks for any help.

[PHP-WIN] dl() doesn't work . PHP 4.3.1 + Apache 1.3 + Win2k.

2003-03-13 Thread Diego Fulgueira
Hope to find someone to help me with this: I am trying to load a dynamic extension using the dl() function. The dll file resides in my web root directory (c:\inetpub\wwwroot). I have extension_dir = ./ in php.ini (the default). dl("_php.dll") doesn't seem to find the file when called fro

[PHP-WIN] Conversion SVG --> JPEG

2003-03-13 Thread TRIBOLLET Régine
Hello, I must, in a PHP script, convert a SVG document in a JPEG picture. Do you know how I can do that. Thanks a lot. Régine -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] cropping an image script

2003-03-13 Thread Anthony Ritter
In the following php script, the function takes the original file and crops to the destination file. I've ran the script using a .png file and a .jpg file. The .png works fine whereas the .jpeg file returns only part of the image along with a blue rectangle. For instance - where the original ima

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
Thank you, Rich! www.newnhams.com is great. BTW, their class proPHP uses the same approach as me. So i'll keep on trying. Happy hacking! -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread Rich Gray
> >Can you not use ODBC to connect to the Progress database? It > will probably > >be simpler than an exec() call... but anyway if your Progress script is > >returning data that PHP needs to parse then try using passthru() > instead... > Thanks! i'll try passthru() right now. > > require_once("web

php-windows Digest 13 Mar 2003 10:51:43 -0000 Issue 1632

2003-03-13 Thread php-windows-digest-help
php-windows Digest 13 Mar 2003 10:51:43 - Issue 1632 Topics (messages 18985 through 18992): Re: Installing PHP with Apache on Win ME 18985 by: Thomas Smart Strange Problem ! help required 18986 by: Raheel Hussain 18989 by: Rich Gray NT Domain authentication with PHP

[PHP-WIN] Re: PHP extensions on IIS (Java, PDF)

2003-03-13 Thread Alexandru COSTIN
Hei, Have you copied the files from the C:\php\dlls foldes in the c:\windows\system folder? Alexandru -- Alexandru COSTIN Chief Operating Officer http://www.interakt.ro/ +4021 411 2610 "Frank Hirsch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I'm

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
>Can you not use ODBC to connect to the Progress database? It will probably >be simpler than an exec() call... but anyway if your Progress script is >returning data that PHP needs to parse then try using passthru() instead... Thanks! i'll try passthru() right now. ").'; if(!$fp = fopen($fname, 'w'

RE: [PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread Rich Gray
> I'm using PHP for accessing PROGRESS database. Due to lack of native > interface between PHP and PROGRESS i'm forced to get the data like this: > > ..some code.. > exec($_pro . ' -U '.$p_usertext.' -P '.$p_passtext.' -p > query.p',$pro_out,$pro_code); > ..some code.. > > where > -

RE: [PHP-WIN] Strange Problem ! help required

2003-03-13 Thread Rich Gray
> hi > > i have been using php for 1 year, > but i have never face problem like this, > when ( by clicking on a link ) the browser navigates to > "register.php" page, > it displays correctly , but when i click the "refresh button" to > reload the page, > it doesn't display any thing but display

[PHP-WIN] Problem with exec(). Help needed!

2003-03-13 Thread P . Gertman
I'm using PHP for accessing PROGRESS database. Due to lack of native interface between PHP and PROGRESS i'm forced to get the data like this: ..some code.. exec($_pro . ' -U '.$p_usertext.' -P '.$p_passtext.' -p query.p',$pro_out,$pro_code); ..some code.. where -> $_pro is a str

[PHP-WIN] NT Domain authentication with PHP

2003-03-13 Thread Nico Alberti
Hi everybody. I would like to use my NT domain Usermame/Password to authenticate users in my intranet, but I am not able to set up a working page. I work under NT4/Apache 1.3.27/PHP4.3.0 I tried the following test script using COM and OpenDSObject: $objWinNT = new COM("WinNT:") or die("Cannot g