Re: [PHP-WIN] Mail/PHP/Apache

2001-03-13 Thread Gaylen Fraley
P.S.: I have also tried it w/o the quotes. -- Gaylen [EMAIL PROTECTED] ""Gaylen Fraley"" <[EMAIL PROTECTED]> wrote in message 98mdb9$1bn$[EMAIL PROTECTED]">news:98mdb9$1bn$[EMAIL PROTECTED]... > I am experiencing technical difficulties! I have Apache and PHP 4 installed > on a Windows 98SE mac

[PHP-WIN] Mail/PHP/Apache

2001-03-13 Thread Gaylen Fraley
I am experiencing technical difficulties! I have Apache and PHP 4 installed on a Windows 98SE machine. Everything is working perfectly except the mail function. I have updated the ini file to use my ISP's mail SMTP server. I have even tried installing an e-mail server on my machine, which work

RE: [PHP-WIN] Apache Modules

2001-03-13 Thread Ignatius Teo
Matt, Did you get the full windoze distro from apache.org - because mod_rewrite is a dll not a .so Anyhow, if you've got it working - great. Ignatius > -Original Message- > From: Matt Williams [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 13 March 2001 19:37 > To: Ignatius

php-windows Digest 13 Mar 2001 19:57:09 -0000 Issue 489

2001-03-13 Thread php-windows-digest-help
php-windows Digest 13 Mar 2001 19:57:09 - Issue 489 Topics (messages 5983 through 6002): Expiry of session 5983 by: Urmil Parikh Re: Apache Modules 5984 by: Matt Williams Print variables coming from a form not controled by me... 5985 by: Dream 5987 by: Tom

[PHP-WIN] COM error

2001-03-13 Thread Patrice Mora
I have PHP4, Windows 98 and apache , when i try to use something like This $word=new COM("word.application") or die("Cannot start word for you"); I have the "COM is not a class" message Where is the "syntax error" ? Is there something to put in the php.ini or in the apache configuration file

Re: [PHP-WIN] Can't connect to Oracle

2001-03-13 Thread Leon Santos Filho
Hi! I get this code here and it works very well. It was a Jean-Christophe suggestion. You can obtain TNS string from file TNSNAMES.ORA. Good Luck! Leon "); while(OCIFetch($result)) { $CC = OCIResult($result,1); $CCNome = OCIResult($result,2); echo('' . $CC . '' . $CCNome . ''); } ech

RE: [PHP-WIN] RE: Can't connect to Oracle

2001-03-13 Thread Greig, Euan
Thanks for this, Randall. I haven't previously tried upgrading to Oracle 8.1.6.0 because my PC will not support this revision of Personal Oracle, which I have used a lot in the past. However, I could sacrifice personal oracle now, and just have SQLNet and SQLPlus on my machine, which I think it

[PHP-WIN] Problem with openssl_seal on NT

2001-03-13 Thread eXXos
Hi, I'm stuck for 3 days now on the following problem : whatever I try, i can't get the openssl_seal function to work. I use PHP 4.0.4 on a NT4 server, with IIS. I also tried PHP 4.0.4 on a WIN2K server with IIS and Apache. Same result. I use the following code : --

[PHP-WIN] XSL functions

2001-03-13 Thread Antonio Lopez
I try this: With PHP404pl1 + WinNT + PWS When i try for first time with Netscape navigator, works all right. But if i try to reload the same page, Netscape never stops of loading ... ¿Does anyone know why? thankyou!! === Antonio López Lu

Re: [PHP-WIN] PHP does not read php.ini

2001-03-13 Thread Norbert Falkenberg
No stop, you are right! It does. Wow. Thanks that was an easy one. Looks like I am STUPID *g regards, Norbert Michael Rudel wrote: > the php.ini has to be in your windows\ directory. > > Greetinx, > Mike > > Michael Rudel > - Web-Development, Systemadministration - > _

[PHP-WIN] Cookies over different paths ...

2001-03-13 Thread phobo
If I set a cookie in www.domain.com/login/authenticate.php , how do i access it in www.domain.com/program/functions.php for example?? it doesn't seem to be set in HTTP_POST_VARS when different folders are used. I tried specifying the path/domain parameters in setcookie() ... in vain. I dont wa

Re: [PHP-WIN] PHP does not read php.ini

2001-03-13 Thread Norbert Falkenberg
it still will not read it. It only does when I invoke php from the commandline. Not when it is invoked by the webserver. I am very stuck there ;-( Regards Norbert Michael Rudel wrote: > the php.ini has to be in your windows\ directory. > > Greetinx, > Mike > > Michael Rudel > - Web-Developmen

RE: [PHP-WIN] PHP does not read php.ini

2001-03-13 Thread Michael Rudel
the php.ini has to be in your windows\ directory. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-89207-17 fax: +49-(0)7531-89207-1

[PHP-WIN] PHP does not read php.ini

2001-03-13 Thread Norbert Falkenberg
No matter what, it never reads my php.ini it is in the PATH, but wont read it. Any ideas? Regards, Bert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

Re: [PHP-WIN] Print variables coming from a form not controled by me...

2001-03-13 Thread Dream
Thanks But I did not know the code how to translate them... I'll try the code in the message below... marc "Tom Mathews" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anything in the querystring can be translated as a php variable. > > Say you ha

RE: [PHP-WIN] Print variables coming from a form not controled by me...

2001-03-13 Thread Michael Rudel
// Dumps out all HTTP_GET_VARS: function DumpHttpGetVars() { global $HTTP_GET_VARS; if( $HTTP_GET_VARS ) { reset ( $HTTP_GET_VARS ); while ( list ( $key, $val ) = each ( $HTTP_GET_VARS ) ) { echo "$key => $val\n"; if (

Re: [PHP-WIN] MD5

2001-03-13 Thread Erin's Fan Club
Hi list and Ben: > I have a string that I want to MD5 (No prizes for guessing its a > password), what I want to do is MD5 two strings (one supplied > by the user, and one by my server) and compare them. How can > I do this? <> MD stands for message digest, in brief a fixed length hash based up

[PHP-WIN] RE: Can't connect to Oracle

2001-03-13 Thread Greig, Euan
I've had exactly the same problem, so will be very interested in an answer too. I have spent (wasted) a lot of time trying to resolve it myself, using every variant on every variable I could imagine. I decided it might be a win95 problem, as the same setup works on win98. -Original Message

[PHP-WIN] NSAPI, Win2K and Oracle

2001-03-13 Thread Norbert Falkenberg
Hi all, I am running PHP as NSAPI plugin in iPlanet Webserver 4.1 No problem there. But I want to use the php_oci8.dll to connect to Oracle. When I use php outside the webserver, I just do dl("php_oci8.dll") and it works. Now the dl() cannot be used inside the Webserver. I added extension=php_oc

Re: [PHP-WIN] Print variables coming from a form not controled by me...

2001-03-13 Thread Tom Mathews
Anything in the querystring can be translated as a php variable. Say you have the string coming in as ...?result=1&age=23... then in the called page/script, the querystring are already variables. eg $result will have the value 1, $age will have the value 23... Hope this is what you're after Tom

RE: [PHP-WIN] ASP to PHP automatic convertion

2001-03-13 Thread Mangiola Nunzio Datavia
Goto www.phpbuilder.com or www.phpwizard.net. Do a search. I now it's there somewhere. > -- > From: Carlos Correa Goncalves[SMTP:[EMAIL PROTECTED]] > Sent: Thursday, March 08, 2001 6:41 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] ASP to PHP automatic convertion

[PHP-WIN] Print variables coming from a form not controled by me...

2001-03-13 Thread Dream
Any idea of how to get information from a form (not a form controlled by me, through GET method, i.e. info coming with the URL, like this http://www.xxx.com/xxx.cgi?result=1&age=23&name=john) and print it through php v.3? I don't know how to get the info (coming from an outside form) and pass it

RE: [PHP-WIN] Apache Modules

2001-03-13 Thread Matt Williams
> Have u tried apache.org? Yes but thanks anyway It seems that the .so files included will work under windoze. Well they do on mine anyway :-) Thanks again to all that replied. M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm