php-windows Digest 19 Mar 2005 22:25:12 -0000 Issue 2613
Topics (messages 25771 through 25776):
Re: How do you tell if 'mail' function was successful?
25771 by: Scott Leighton
25772 by: Rob
25775 by: Forest Liu
setting php for accepting the urls... phpinfo.php/extra/information/
25773 by: Rob
Re: a little question
25774 by: Rob
Curly and annoying. Session vars and uniquely identifying a browser window.
25776 by: Ross Honniball
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
On Friday 18 March 2005 7:06 pm, Ross Honniball wrote:
> Anyone know how to tell if a mail('[EMAIL PROTECTED]', 'sub', 'body')
> is successful or not?
>
Address it to yourself and see if you receive it.
--
POPFile, the OpenSource EMail Classifier
http://popfile.sourceforge.net/
Linux 2.6.8-24.11-default x86_64
--- End Message ---
--- Begin Message ---
Ross Honniball wrote:
Anyone know how to tell if a mail('[EMAIL PROTECTED]', 'sub',
'body') is successful or not?
Thanks .. Ross
.
. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
.
The problem with mail is it only passes the message to the mail server,
there is no real way i can follow the message all the way to the users
inbox,
It gets to the part where the message is accepted into the server queue,
so you would really only get an error if the mail server was down, or
has certain requirements that wernt met... authentication for one.
Rob Aldred
Masterserver Limited
www.masterserver.co.uk
--- End Message ---
--- Begin Message ---
I think it's not the responsbilitie of php program to report if the
mail was sent successfully. If it failed, the user would receive a
mail reporting the error from mail server.
On Sat, 19 Mar 2005 09:58:28 +0000, Rob <[EMAIL PROTECTED]> wrote:
> Ross Honniball wrote:
> > Anyone know how to tell if a mail('[EMAIL PROTECTED]', 'sub',
> > 'body') is successful or not?
> >
> > Thanks .. Ross
> > .
> > . Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
> > .
>
> The problem with mail is it only passes the message to the mail server,
> there is no real way i can follow the message all the way to the users
> inbox,
>
> It gets to the part where the message is accepted into the server queue,
> so you would really only get an error if the mail server was down, or
> has certain requirements that wernt met... authentication for one.
>
> Rob Aldred
>
> Masterserver Limited
> www.masterserver.co.uk
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
Sincerely,
Forest Liu(åäè)
--- End Message ---
--- Begin Message ---
Hi,
could someone possibly point me in the right direction for allow PHP on
IIS 6 to accept urls with the query string seperated by slashes..
like..
http://mysite.com/phpinfo.php/extra/information/
I need to do this to allow the setup of search engine friendly pages :D
Thanks
Rob
--- End Message ---
--- Begin Message ---
Kurlic wrote:
hi all!
can someone tell me how i upload and download files to / from a mysql db?
thank u ^_^
Hi,
this is a rarther broad question to ask, there are plenty of file upload
system out there
http://www.hotscripts.com
http://php-resourceindex.com
just a couple of good resource sites :)
Rob
Masterserver Limited
http://www.masterserver.co.uk
--- End Message ---
--- Begin Message ---
Hi all,
I use the php script name as a key in the $_SESSION array to store script
specific variables.
The problem with this approach is that if a user fires up multiple browser
windows, they share the same $_SESSION data.
So then if they use the same script in two different browser windows, I get
this cross-pollution of $_SESSION variable states.
The dream solution to this would be to have some ability to uniquely
identify a clients browser window and incorporate this into the $_SESSION
key along with the script name.
Does anyone know if this is possible, or alternatively another way of
avoiding the issues I am faced with?
Thanks ... Ross
.
. Ross Honniball. JCU Bookshop Cairns, Qld, Australia.
.
--- End Message ---