RE: [PHP-WIN] PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Windows 2000 Server

2001-12-06 Thread Robin Bolton
John, might I suggest that if you are converting a database from oracle you may want to consider a database that may more closely matches your previous system. You may be familiar with a Borland InterBase, well they have an open source descendant named 'Firebird'. You can check it out at: http

RE: [PHP-WIN] printing directly from php

2001-12-06 Thread Ross Fleming
php_printer.dll Chances are it is installed, but not enabled. Check C:\php\extensions (or wherever you installed to) to see if it is there. If it is then fire up php.ini and uncomment the line that says: extension=php_printer.dll You'll probably need to specify your extensions directory by put

[PHP-WIN] printing directly from php

2001-12-06 Thread daniel cozzolino
Hi all, I would like to print directly from php to the client default printer. i tried using the code example from php.net: $handle = printer_open(); printer_write($handle, "Text to print"); printer_close($handle); but get Fatal error: Call to undefined function: printer_open() which leads me t

[PHP-WIN] Trying to pass a variable through a form...

2001-12-06 Thread Anthony Ritter
I'm trying to pass a variable from a form text box into a php file (Tony1.php). Then, I'd like to click on a link in the Tony1.php page and get the Tony2.php page to load with the original variable -$lname - printed on the next page (Tony2.php). The Tony2.php loads when I click the link but the

RE: [PHP-WIN] How to download PHP files URGENT !!!

2001-12-06 Thread Ross Fleming
:) PHP scripts contain sensitive information about a websites structure, and so should not be seen by people other than the web administrators. One example is a php script that connects to a database. The connect script contains user names and passwords Ross -Original Message- Fro

RE: [PHP-WIN] How to download PHP files URGENT !!!

2001-12-06 Thread alain samoun
You can't... -Original Message- From: R. Lindeman [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:48 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] How to download PHP files URGENT !!! hello, i'm a newbie to PHP but i have the following question how could i get a full PHP sc

[PHP-WIN] The dynamic link library libsasl.dll could not be found in the specified path:

2001-12-06 Thread weimin
Hi, I installed the php 4.06 on the win 2k server + apache 1.3. I start to test by running the php -v in the dos command line. But I got the following error: The dynamic link library libsasl.dll could not be found in the specified path D:\winnt; d:\winnt\system32;D:\winnt\system; D:\winnt; D:\winn

php-windows Digest 6 Dec 2001 21:49:40 -0000 Issue 888

2001-12-06 Thread php-windows-digest-help
php-windows Digest 6 Dec 2001 21:49:40 - Issue 888 Topics (messages 10748 through 10777): sendmail 10748 by: FPU.WHITES1.FRIENDSPROVIDENT.CO.UK Re: very urgent assistance 10749 by: Juan-Pierre Havenga 10751 by: Mike Flynn How to enable sockets functions on W2000

[PHP-WIN] How to download PHP files URGENT !!!

2001-12-06 Thread R. Lindeman
hello, i'm a newbie to PHP but i have the following question how could i get a full PHP script off a server without letting it being processed by PHP. I am unable to use a FTP client since there is no way to log on kind regards R. Lindeman -- PHP Windows Mailing List (http://www.php.net/) T

Re: [PHP-WIN] Auto reply

2001-12-06 Thread David Elliott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hail Mr. On 06 December 2001 at 17:04:08 + (which was 17:04 where I live) Mr. Adam ALLEN. might have written MAA> Outlook 2000 on a P166 with 48Mb memory I'd be willing to sacrifice MAA> the Reply All for an e-mail client which didn't grind

RE: [PHP-WIN] PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Windows 2000 Server

2001-12-06 Thread Asendorf, John
The main reason is because you're probably NOT getting a persistent connection with IIS. I've been fighting with this problem of Oracle for so long that I finally gave up on it. I started on IIS4 but couldn't keep the server from breaking down after a couple of hours after the first login while

[PHP-WIN] PHP 4.0.6 Apache 1.3.12 Oracle 8.1.5 OCIPlogon Windows 2000 Server

2001-12-06 Thread Jozsef Szilagyi
Hello ! I have a strange problem, with the combination of configuration on the subject. When want to use permanent connection to Oracle (OCIPlogon) the oracle sessions never end, and quiclky raise the 50 limit of Oracle procesess. BUT when I use on the same machine, with the same PHP, Oracle, an

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Ross Fleming
We wish you a merry christmas We wish you a merry christmas We wish you a merry christmas and a happy new year. Oh I'm going to go and put the tree up now!! :) Ross -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: 06 December 2001 16:01 To: '[EMAIL PR

Re: [PHP-WIN] Auto reply

2001-12-06 Thread Mr. Adam ALLEN.
Working at BT I think i need sympathy! Outlook 2000 on a P166 with 48Mb memory I'd be willing to sacrifice the Reply All for an e-mail client which didn't grind the machine to a halt for five minutes everytime an e-mail is received. (or the trick of not telling you of e-mails until you start t

[PHP-WIN] This is getting frustrating!

2001-12-06 Thread Michel Laine
Using PHP 404pl1 / 3.23.22-beta / sessions is enabled and working. Why the *#%&" doesn't this piece of code work? The comments are in swedish, but since i think that the program is easily understood anyway, i didn't translate them. This is supposed to be a login screen where i save the page the u

Re: [PHP-WIN] Auto reply

2001-12-06 Thread DL Neil
and the best-built Fords worldwide (as in, fewest warranty claims per vehicle) are manufactured by ... Mazda! =dn PS any guesses why James Bond switched his Aston Martin for a BMW? PPS yes it is the end of the working day in Europe (9-5 day that is) - Original Message - From: "Svensson

Re: [PHP-WIN] Auto reply

2001-12-06 Thread DL Neil
Steve, Please find a large dose of sympathy attached. ...is this a real, every-day justification for web mail services? =dn A great plan, however the assumption that everyone has a "reply all" button is erroneous. I am an independent contractor working in the pensions sector. As regards IT th

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Erik H. Mathy
For me it's 10:00 am. I can only dream of beer. ;) Enjoy! - Erik > -Original Message- > From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 10:01 AM > To: '[EMAIL PROTECTED] ' > Subject: RE: [PHP-WIN] Auto reply > > > >In MEMO no-one can hear you s

RE: [PHP-WIN] Auto reply

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 06-12-01 16:02 -> [EMAIL PROTECTED] Have a good one! -Steve --- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 6 Dec 2001 17:01:21 +0100 Subject: RE

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Svensson, B.A.T. (HKG)
>In MEMO no-one can hear you scream... :) LOL! Oki, guys.. I gonan have some beers now. We are going to have a little x-mass party at work now. I am recident in the Neatherlands for the moment, and they have this strange habbit to celibrate somethin they name "Sinter Claas", a guy who looks alik

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Svensson, B.A.T. (HKG)
>Ford also own Jaguar. My godness!! >The new Jags looks just like every other Ford. Man! :( If it looks like the Thunderbird, then no problem, but I suspect it wont do that... -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: [PHP-WIN] Auto reply

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 06-12-01 15:52 -> [EMAIL PROTECTED] Aahh I'm feeling so much better now. Misery loves company! In MEMO no-one can hear you scream... :) -Steve --- From:

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Erik H. Mathy
> And no doubt about that Volvo used to make a good car, at least > at the time > it still was a Swedish company. GM owns it today just as Ford > owns SAAB. :( Ford also own Jaguar. The new Jags looks just like every other Ford. Man! :( -- PHP Windows Mailing List (http://www.php.net/) To

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Erik H. Mathy
It's just between you and him and uh, the other few thousand people on here. ;P~ We won't tell a soul! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 06, 2001 9:48 AM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Auto reply > > >

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Svensson, B.A.T. (HKG)
Hehe, you are quite true there John. :) But actually, the MEMO system is of some amusement for me - I almost spent 10 years working for Volvo in Sweden, and I _know_ how much MEMO sucks. ;) And no doubt about that Volvo used to make a good car, at least at the time it still was a Swedish company

RE: [PHP-WIN] Auto reply

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370306-12-01 15:44 -> [EMAIL PROTECTED] Yes, that's the one. God I'm so embarrassed... just... just don't tell anyone else okay? :-) -Steve From: [EMAIL

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Asendorf, John
You can tell that it's near the end of the work day in Europe when they start getting goofy on the list! At least they make a good car... - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http://www.lcounty.com - NEW FEATURES ADDED DAILY! Licking County, Ohio, US

RE: [PHP-WIN] Auto reply

2001-12-06 Thread Svensson, B.A.T. (HKG)
Do you use the MEMO system from Volvo Data AB?!? Moooarhahhahahah :) Anders - former Volvo emp. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: 12/6/01 3:35 PM Subject: Re: [PHP-WIN] Auto reply The email software used by the 150,000 people

Re: [PHP-WIN] Auto reply

2001-12-06 Thread David Elliott
Hi Steve. On 06 December 2001 at 14:35:28 + (which was 14:35 where I live) Steve graced us with these comments < ... > S> I'd like some sympathy please. 8-) Sorry No sympathy here. My e-mail client copes with it all :-) -- See you in Cyber space, _

Re: [PHP-WIN] Auto reply

2001-12-06 Thread Ross Fleming
Sympathy given.. Clearly we should be thankful to microsoft for at least one reason anyway... Ross __ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com -- PHP Windows Mailing List (http://www.php.net/) To unsubsc

Re: [PHP-WIN] Auto reply

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370306-12-01 14:32 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] A great plan, however the assumption that everyone has a "reply all" button is erroneous. I am an independent contractor working in the pensions sector. As regards IT this sec

Re: [PHP-WIN] Auto reply

2001-12-06 Thread Ross F
Hence everyone should get into the habit of using the very handy "reply all" button. That way everyone is happy. Ross PS don't reply to this one personally though, I never use this email address, but it's the only one I can get to work today %) _

Re: [PHP-WIN] Auto reply

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 06-12-01 14:16 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I agree with you there Mike. Many times I see problems drift by that I find interesting only to see no replies. Given the expertise in this group I think it unlikely that m

Re: [PHP-WIN] Auto reply

2001-12-06 Thread Mike Flynn
At 05:30 PM 12/6/2001 +0800, you wrote: >I wish to hit the reply button and to: email automatically fill in as >[EMAIL PROTECTED] not >the email of the originator, could this be done on this list especially? > >Thanks. > >ST Ooi >Malaysia This would be something the list admin has to do. I thin

RE: [PHP-WIN] very urgent assistance

2001-12-06 Thread Mike Flynn
At 11:10 AM 12/6/2001 +, you wrote: >WE not as STUPID as you ! Ignore this scam ! > >Stupid Nigerian asshole. Take a fucking chill. This is a well-known spam that circulates all the time. The originator is not the real excite e-mail alias that it came with. It's a worm. There's no need

[PHP-WIN]How to enable sockets functions on W2000

2001-12-06 Thread Patrick SILVA
Hell I have PHP 4.0.6 with IIS5 on W2000 server I need to use socket function but I can't find the dll how can I use this on W2000 ? if someone can help!!! many thanks /-/ Patrick Silva Gestion serveurs et domaines Cyse Informatique 105 avenue du Gén

RE: [PHP-WIN] very urgent assistance

2001-12-06 Thread Juan-Pierre Havenga
WE not as STUPID as you ! Ignore this scam ! Stupid Nigerian asshole.

[PHP-WIN] sendmail

2001-12-06 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 06-12-01 11:06 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] VPOP3 is excellent, and cheap (but not free). http://www.pscs.co.uk/ -Steve -- From: [EMAIL PROTECT

php-windows Digest 6 Dec 2001 09:30:51 -0000 Issue 887

2001-12-06 Thread php-windows-digest-help
php-windows Digest 6 Dec 2001 09:30:51 - Issue 887 Topics (messages 10741 through 10747): Xitami webserver and sapi module? 10741 by: Hace $PATH_INFO don't work in linux while work well in win? 10742 by: huangzhonghong sendmail 10743 by: daniel cozzolino

[PHP-WIN] Auto reply

2001-12-06 Thread ST Ooi
I wish to hit the reply button and to: email automatically fill in as [EMAIL PROTECTED] not the email of the originator, could this be done on this list especially? Thanks. ST Ooi Malaysia