Hello,
On 10/13/2003 06:13 AM, Onno Kuipers wrote:
My server runs PHP and Mysql. Normaly I can put some php in my
.php-files wich will create a html file for the clients. (you all
know this of course).
My question now is: How can I put that html (created with PHP) in the
message off the mail.
Onno Kuipers wrote:
thanx a lot! I think this will help. .
oops works only with PHP 4... and I ... euh PHP3..
Is there another method to do this before I even think of upgrading?
You can write your own. But I would upgrade.
--
PHP General Mailing List (http://www.php.n
Manuel Lemos wrote:
Hello,
On 10/13/2003 05:02 AM, Onno Kuipers wrote:
My server runs PHP and Mysql. Normaly I can put some php in my
.php-files wich will create a html file for the clients. (you all know
this of course).
My question now is: How can I put that html (created with PHP) in the
m
Manuel Lemos wrote:
Hello,
On 10/13/2003 05:02 AM, Onno Kuipers wrote:
My server runs PHP and Mysql. Normaly I can put some php in my
.php-files wich will create a html file for the clients. (you all know
this of course).
My question now is: How can I put that html (created with PHP) in the
m
Hello,
On 10/13/2003 05:02 AM, Onno Kuipers wrote:
My server runs PHP and Mysql. Normaly I can put some php in my
.php-files wich will create a html file for the clients. (you all know
this of course).
My question now is: How can I put that html (created with PHP) in the
message off the mail.
Chris Hayes wrote:
message of the mail. I know how the to put html in the message:
$message = '
in stead of
print " $gebruikerbooks ";
do
$message .= " $gebruikerbooks ";
A little clarification:
* Just instead of echoing it directly to the browser, add it to your
variable $message.
* "$
message of the mail. I know how the to put html in the message:
$message = '
in stead of
print " $gebruikerbooks ";
do
$message .= " $gebruikerbooks ";
A little clarification:
* Just instead of echoing it directly to the browser, add it to your
variable $message.
* "$message.='bla';" is a sh
Matthias Wulkow wrote:
Hallo Onno,
am Sonntag, 12. Oktober 2003 um 20:07 hast Du Folgendes gekritzelt:
OK> Hi,
OK> is there a way to create a mail (with the mail() function) that contains
OK> php in the message.
OK> Like:
OK> $to = "[EMAIL PROTECTED]";
OK> $subject = "a subject";
OK> $mes
Hallo Onno,
am Sonntag, 12. Oktober 2003 um 20:07 hast Du Folgendes gekritzelt:
OK> Hi,
OK> is there a way to create a mail (with the mail() function) that contains
OK> php in the message.
OK> Like:
OK> $to = "[EMAIL PROTECTED]";
OK> $subject = "a subject";
OK> $message =
OK> I WANT
9 matches
Mail list logo