On 4/6/07, Zhimmy Kanata <[EMAIL PROTECTED]> wrote:
I created the following email program from a email function that I know works
in another program.
When I create a simple form page listed below and submit it. It echos the
$email and the $username and it writes it to the page. So it is findi
I created the following email program from a email function that I know works
in another program.
When I create a simple form page listed below and submit it. It echos the
$email and the $username and it writes it to the page. So it is finding the
variables within the transfering url in th
Pooya Eslami wrote:
Hi, I'm new to php and this newsletter. I have a form on my webpage and a
php file to email it to me but the contents of the text area are not emailed
to me. Can anyone help me with this?
here is the code for my html and php files:
Test
Comments:
$message=$_POST[Text
Well the problem is not that it won't get executed, its that every thing
will be sent except the message in the textarea! subject, to and from are
sent fine
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
did you replace ($TextArea="") with ($TextArea=="") ?
($TextArea="") will reassign $TextArea to ""
>>> "Pooya Eslami" <[EMAIL PROTECTED]> 2/2/2004 3:00:32 PM >>>
Well the problem is not that it won't get executed, its that every
thing
will be sent except the message in the textarea! subject, t
ahh, I have to correct myself
replace this: if ($_POST['TextArea']="") {
with this: if ($_POST['TextArea']=="") {
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[snip]
[/snip]
What is happening when the form is posted?
This is just a guess, but I think registar_globals is probaby off. try
this
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi, I'm new to php and this newsletter. I have a form on my webpage and a
php file to email it to me but the contents of the text area are not emailed
to me. Can anyone help me with this?
here is the code for my html and php files:
Test
Comments:
--
PHP General Mailing List (http:/
mail function cannot do stmp-auth, but there are classes that can, check
out www.phpclasses.org/mimemessage
Trell wrote:
Hello, first time on the list, and I'm trying to learn PHP.
Here is my setup, 2 servers, 1 is the MTA and 1 is the Web Server.
The MTA is a qmail server with smtp-auth that ne
Hello, first time on the list, and I'm trying to learn PHP.
Here is my setup, 2 servers, 1 is the MTA and 1 is the Web Server.
The MTA is a qmail server with smtp-auth that needs to have a user
name and password supplied to it to accept the mail for delivery.
How do I tell php to send the a usern
e string.
---John Holmes...
> -Original Message-
> From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 22, 2002 11:53 PM
> To: [EMAIL PROTECTED]
> Cc: PHP General
> Subject: Re: [PHP] Help with mail...
>
> Ok, that work. Why does the ' (quote)
strings in double quotes are evaluated looking for $vars and {$vars} to
substitute. strings with in single quotes are not evaluated for vars.
$var = "my favourite color is {$col}"; // works
$var = "my favourite color is $col";// works
$var = 'my favourite color is $col';// doesn't work
Ok, that work. Why does the ' (quote) not make it work is it because it's an
array? Any thanks John that got it work.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 22, 2002 11:41 PM
> To: PHP General
> Subject: [PHP] Help with mail...
>
> Hi,
>
> Well after read php.net and my copy php 4 bible. I am lost with mail.
I
> can
> get it to work if I do this...
>
> Mail ('[EM
Hi,
Well after read php.net and my copy php 4 bible. I am lost with mail. I can
get it to work if I do this...
Mail ('[EMAIL PROTECTED]', 'Data Added',
$fname, $lname .);
But I can't get this to work...I know someone going to call me stupid but I
am really having people with mail(), Is t
No I only work on *nix platforms
"Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> You wouldn't happen to be on a windows system? Read the "Warning:" on the
> manual page:
> http://www.php.net/manual/en/function.mail.php
>
> --Dan
>
> --
>
You wouldn't happen to be on a windows system? Read the "Warning:" on the
manual page:
http://www.php.net/manual/en/function.mail.php
--Dan
--
PHP classes that make web design easier
SQL Solution | Layout Solution | Form Solution
sqlsolution.info | layoutsolu
Hello all,
I am trying to build a php driven mailing list where i can send an email to
the whole list. Here is my code:
" . ",";
$header = "From: Test List <[EMAIL PROTECTED]>";
include("pop3.php");
$user="irc";
$password="*";
$apop=0;
$pop3_connection=new pop3_class;
$pop3_connectio
You know why he barks? Tell me!
At 08:06 PM 5/30/2002 -0700, r wrote:
>What is this? magicians day?
>I have a dog, can you tell me why he barks sometimes?
>
>Show us some code dude, or is it "code red" classified?
>There could be a dozen possible reasons but if you show the code you stand a
>
What is this? magicians day?
I have a dog, can you tell me why he barks sometimes?
Show us some code dude, or is it "code red" classified?
There could be a dozen possible reasons but if you show the code you stand a
better chance of finding out what the problem is, from me or the other dudes
on
Oops I was misspelling the recipients name. :)
Charles Killmer
-- Original Message --
From: "charlesk " <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
Date: Thu, 30 May 2002 09:09:33 -0500
I am getting a "Server Error" when I try to send an email to a
I am getting a "Server Error" when I try to send an email to a domain that we host. I
dont get that error when I send mail to another domain that we host. I have checked
DNS and I am able to ping the required hosts.
Does anyone have any suggestions for what is causing this "Server Error"?
22 matches
Mail list logo