On Wed, February 21, 2007 3:46 am, Sancar Saran wrote:
> Hi,
> Actual was this
>
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>
>
>
>
>
> Title
>
>
t: Wednesday, February 21, 2007 3:02 AM
> To: [EMAIL PROTECTED]
> Cc: php-general@lists.php.net
> Subject: Re: [PHP] css in mail()
>
> Hi,
>
> On Wednesday 21 February 2007 01:14, Richard Lynch wrote:
> > On Mon, February 19, 2007 10:56 am, Sancar Saran wrote:
>
: php-general@lists.php.net
Subject: Re: [PHP] css in mail()
Hi,
On Wednesday 21 February 2007 01:14, Richard Lynch wrote:
> On Mon, February 19, 2007 10:56 am, Sancar Saran wrote:
> > On Monday 19 February 2007 17:03, Danial Rahmanzadeh wrote:
> >> how can i use css wi
Hi,
On Wednesday 21 February 2007 01:14, Richard Lynch wrote:
> On Mon, February 19, 2007 10:56 am, Sancar Saran wrote:
> > On Monday 19 February 2007 17:03, Danial Rahmanzadeh wrote:
> >> how can i use css with mail()?
> >> thank u
> >
> > > $data ='';
> > $fp = fopen ("site/themes/".$arrStat['th
On Mon, February 19, 2007 10:56 am, Sancar Saran wrote:
> On Monday 19 February 2007 17:03, Danial Rahmanzadeh wrote:
>> how can i use css with mail()?
>> thank u
>
> $data ='';
> $fp = fopen ("site/themes/".$arrStat['theme']."/css/main.css","r");
> while (!feof($fp)) { $data.= fgets($fp, 16384);
On Mon, February 19, 2007 9:03 am, Danial Rahmanzadeh wrote:
> how can i use css with mail()?
> thank u
Don't.
HTML enhanced (cough, cough) email is used predominantly by spammers,
so if you do this, you'll be back here in a few days/weeks/months
asking what you can do to get your email to get th
Sancar Saran wrote:
> $mail="
>
>
> Title
> ".$data."
>
>
> Html content
>
> ";
I stopped being a designer quite a long time ago, and I never learned
how to compose HTML e-mail because I think it's a blight. I do,
however, work with some talented designers, and they (and Google)
At 4:38 PM +0100 2/19/07, Jochem Maas wrote:
Danial Rahmanzadeh wrote:
how can i use css with mail()?
this kind of question is really annoying [today] - it shows that you are
a f***ing lazy b'std who can't even be bothered to formulate a question
properly let alone type something like 'CSS ma
On Monday 19 February 2007 17:03, Danial Rahmanzadeh wrote:
> how can i use css with mail()?
> thank u
Title
".$data."
Html content
";
mail('[EMAIL PROTECTED]', 'You are welcome', $mail);
?>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www
Danial Rahmanzadeh wrote:
> how can i use css with mail()?
this kind of question is really annoying [today] - it shows that you are
a f***ing lazy b'std who can't even be bothered to formulate a question
properly let alone type something like 'CSS mail php' into the nearest
search engine.
we are
10 matches
Mail list logo