[PHP-WIN] retrieving form data

2001-10-23 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 23-10-01 15:36 -> [EMAIL PROTECTED] Is the parameter appearing in the URL when you submit the page? If you are using GET it should appear in the URL something like this: http://www.someserver.com/MyPage.php?author=somevalue -Steve

FW: [PHP-WIN] Re: It gives me just a header!

2001-10-24 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 24-10-01 11:13 -> [EMAIL PROTECTED] You would certainly see the source code if the server new NOTHING of php, however if it is set up to expect to have the .php filetype handled by an extension, but the extension (ie. php) is not ava

FW: [PHP-WIN] Mail and NT

2001-10-24 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370324-10-01 17:00 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Is the Exchange server presenting an SMTP/Sendmail server interface? Last time I played with exchange (a couple of years ago) it had its own protocol for talking to the email cl

[PHP-WIN] imap_open error

2001-10-25 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 25-10-01 12:12 -> [EMAIL PROTECTED] Hi guys, I'm using imap_open on NT with php 4.0.6 and latest build of Xitami. As long as there are messages in the mail box everything works fine - I'm reading headers, body text, no problem. However whe

Re: [PHP-WIN] Sheduler help

2001-10-25 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370325-10-01 15:44 -> [EMAIL PROTECTED] I schedule php in a similar fashion on Win2000, simply by setting it as a standalone executable using the -f switch php.exe -f myscript.php Works fine. Cheers - Steve -

[PHP-WIN] Redirect stderr/Suppress imap_open error

2001-10-26 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370326-10-01 09:17 -> [EMAIL PROTECTED] Anyone know how to redirect stderr so it doesn't appear on the screen? I'm battling with imap_open writing an error to the screen when the (valid) mailbox is empty. Cheers - Steve This e-mail may c

[PHP-WIN] Redirect stderr/Suppress imap_open error

2001-10-26 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 26-10-01 09:46 -> [EMAIL PROTECTED] Ahah... sorted. Setting: error_reporting = E_ALL & ~E_NOTICE in php.ini does the trick, though quite why imap decides to flag it up as a "notice" (described as Warning in the message) just becau

RE: [PHP-WIN] Help, connection object in php

2001-10-30 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 30-10-01 10:31 -> [EMAIL PROTECTED] Agreed. In my experience ODBC can rarely handle 'production' load, though fine for simple personal apps. Other problem relating to ODBC is that to be truly backend independent you have to really

[PHP-WIN] Problems with a simple script

2001-10-30 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 30-10-01 17:28 -> [EMAIL PROTECTED] I tried this from C++ once a couple of years ago and had the same problem. Wait until you get that bit working, then you'll find that sometimes windows caches network connection information, and ev

[PHP-WIN] PHP 4.0.6, Apache 1.3x and SL Mail

2001-10-31 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 31-10-01 10:35 -> [EMAIL PROTECTED] PHP talks to a SMTP server on whichever box you have your php.ini pointing to. If you have set it to localhost, then you must have an SMTP server on your local box. Try typing: telnet localhost

[PHP-WIN] Web newsgroup

2001-11-15 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 15-11-01 11:01 -> [EMAIL PROTECTED] Hey dudes, I'm looking to put a web driven newsgroup on my website, and I'm sure I've heard that there is a good free one that someone wrote in php. Any ideas which one it is/where I can get it? Any othe

Re: [PHP-WIN] why doesn´t exec("dir"); work ?

2001-11-16 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 16-11-01 09:26 -> [EMAIL PROTECTED] If you're doing directory and file manipulation through the shell I'd recommend you bin the shell altogether and use the directory and file functions - much more reliable and shell independent. htt

[PHP-WIN] no cache?

2001-11-23 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 23-11-01 14:36 -> [EMAIL PROTECTED] Bizarre. I always send both those headers at the beginning of the page and it has always worked fine. -Steve --- From:

[PHP-WIN] binary

2001-11-28 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 28-11-01 11:49 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Use the BLOB datatype. You have to do a bit of work in uploading and downloading and the current effective maximum size (due to the data packet limit in the transaction) is

Re: [PHP-WIN] binary

2001-11-28 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 28-11-01 12:35 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] >>how?? What a polite way of asking for further information. http://www.mysql.com/doc/S/t/String_functions.html (Ref:LOAD_FILE) http://www.zend.com/zend/trick/tricks-sept-2

[PHP-WIN] Posting data to a web page

2001-12-04 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 04-12-01 12:22 - -> [EMAIL PROTECTED] -> [EMAIL PROTE

[PHP-WIN] EOF character

2001-12-04 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370304-12-01 15:01 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] It's small and green with little antlers. Sorry, it's been a long day... 8-) -Steve From: [EMAIL PRO

[PHP-WIN] Constructor functions

2001-12-05 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370305-12-01 12:41 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Constructors should not return values. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Wed

[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

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 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 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 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 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] printing directly from php

2001-12-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 07-12-01 15:03 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] You are correct, this process has nothing to do with the browser. When the print function is called by the PHP script, the output will be printed on the loc

[PHP-WIN] run a php script

2001-12-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370307-12-01 15:44 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] php -f (filename) -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Fri, 7 Dec 2001 10:41:52

RE: [PHP-WIN] php warning messages

2001-12-13 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 13-12-01 15:25 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] If memory serves that particular warning comes up as an E_NOTICE type not an E_WARNING, so you can switch it off without getting rid of the warnings you

Re: [PHP-WIN] IIS Lockdown Tool

2001-12-14 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 14-12-01 12:40 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] 8-))) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Thu, 13 Dec 2001 19:51:36 -0600 Subje

RE: [PHP-WIN] Re: coffee message

2001-12-18 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 18-12-01 10:29 -> [EMAIL PROTECTED] VIC20 - fantastic machine. A proper keyboard and... and... er... From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date:

[PHP-WIN] Re: Generating XML & retrieving mail

2001-12-18 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370318-12-01 10:36 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] The IMap stuff works very well with POP3 and is provided as a standard extension in windows. I use it regularly on Win2K. -Steve --

[PHP-WIN] PHP IDE

2001-12-20 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370320-12-01 09:33 -> [EMAIL PROTECTED] PHPCoder is pretty good. > ps. also suggest the download address Yes master http://www.phpide.de/download.php4 From: [EMAIL

[PHP-WIN] Send CTRL + Z ( EOF ) key to a PHP (console) program created with CreateProcess

2001-12-21 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 21-12-01 11:44 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I'm not familiar with the THandleStream (I guess you're using Borland...?) but doesn't it allow you to send data straight to the stream? All your at

[PHP-WIN] Array within a Class?

2002-01-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370307-01-02 10:34 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Yes, works fine. I use them often. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat, 5

[PHP-WIN] Editor

2002-01-10 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370310-01-02 14:10 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] I've tried Komodo and PHPCoder, but still find myself using TextPad most of the time. -Steve From: [E

[PHP-WIN] Urgent- Apache/PHP

2002-01-30 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 3703 30-01-02 14:05 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Eeek! Looks more like your server is suffering a NIMDA virus attack to me, though why this should specifically affect your PHP setup I don't know. -Steve -