--- 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
--- 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
--- 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
--- 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
--- 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
-
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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:
--- 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
--- 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
--- Received from FPU.WHITES1 799 3703 04-12-01 12:22
-
-> [EMAIL PROTECTED]
-> [EMAIL PROTE
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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:
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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:
--- 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
--
--- 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
--- 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
--- 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
--- 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
--- 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
-
35 matches
Mail list logo