``List-Unsubscribe''
I have a number of field entries that I am trying to send through to the
body of an email.
How can I format the mail() command to send these multiple fields.
EG $name, $address, $comments. All to go into the body of an email.
Cheers
--
PHP General Mailing List (http://www.php.net/)
To unsub
It is using a microsoft exchange server.
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:53 AM
To: Bruce Levick
Subject: RE: [PHP] restrictions
In order to send mail on your mail client you must be able to connect to
port 25 on what
Yes I am and its very strange. I can't even ftp to my own website to
test it from there.
-Original Message-
From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:48 AM
To: Bruce Levick
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] restric
Sorry, I tried this as well and it failed to connect on port 25.
-Original Message-
From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:39 AM
To: Bruce Levick
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] restrictions
You need to follow my
Connection failed on port 25 as well.
-Original Message-
From: Sean Malloy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:41 AM
To: [EMAIL PROTECTED]; Bruce Levick
Subject: RE: [PHP] restrictions
SMTP = port 25
telnet 25
should do the trick
-Original Message
It definitely says port 23. And I can't connect to anything at all. I
even tried my own my local machine IP address and that doesn't work
either. Weird.
-Original Message-
From: Marco Tabini [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:29 AM
To: Bruce Levick
C
Thanks,
Tried this and I get.
"Cannot opeen connection to host on port 23"
-Original Message-
From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:32 AM
To: Bruce Levick; 'Marco Tabini'
Cc: [EMAIL PROTECTED]
Subject: RE
puter restrictions.
-Original Message-
From: Marco Tabini [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:16 AM
To: Bruce Levick
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] restrictions
Couple of suggestions:
1) Try connection to the SMTP server manually with Telnet, and see i
Well I can't be totally sure but I think all outgoing mail points to an
external SMTP server.
-Original Message-
From: Marco Tabini [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 08, 2003 9:11 AM
To: Bruce Levick
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] restrictions
Hello
I find that my the company that I work for is a little over protective.
My machine is quite restricted (as in firewall and accessability) when
it comes to ftp and telnet. Well basically my hands are tied in that
sense.
I am testing my database build on my local machine which runs fine and
all. I
That's sweet. Can you just satisfy my curiosity and explain the 86400??
I am thinking this might be minutes??
-Original Message-
From: Justin French [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 4:12 PM
To: Bruce Levick; [EMAIL PROTECTED]
Subject: Re: [PHP] populate a
Howdy,
I am looking to populate a list menu with the current date and then the
30days after that current date. Is there a small snippet of code that
achieves this??
Cheers
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Yes that works.me newbie php skills falling down again...;0)
-Original Message-
From: Wee Keat (VisualDensity] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 10:25 AM
To: Bruce Levick
Subject: Re: [PHP] m SELECT
I have this silly problem. This select query works fine.
$query_retrievetasks = "SELECT * FROM tasks, users WHERE tasks.UID =
users.User_id ORDER by tasks.ID";
But when I add a further filt
Hi php'ers,
I have learnt alot in the last week in regards to php and listing the
rows of a table set.
I need help with a small challenge. I can retrieve rows from a database
table and list the results in HTML cell successfully. My challenge
is this.
I want to list the I.D (auto increment id num
Sorry for the newbie question.
I am an artist and entering my pieces into a databasebasically all
that will be displaying will be
Title:
Medium:
Date Created:
and an image (.gif, .jpg, .swf)
I want to know what is the best way to call a specific image type.???
Should I give each image file e
Sorry I did not mention.
My local machine is WinXP pro, running php 4.2 and mysql 3.23.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have just setup my localmachine to see how our site runs on php 4.2.
It currently runs on 4.1 on the server. I am only fairly new to this so
I have come across a slight hurdle.
At first logging in as a user to the database was giving "undefined
variable" error. Have read up on this and fixed it
Hi,
Am just a newbie at this and was going great until I have hit this smell
snag.
I am connecting to mysql and all works well there. I query a table
"Illustrations" ($query = "SELECT * FROM Illustrations";), and want to
print the values of two columns ("titletext" & "img")within each row as
the r
20 matches
Mail list logo