Thanks to all who gave me reply.
manisha
At 02:40 AM 5/14/02 -0500, Miguel Cruz wrote:
>On Tue, 14 May 2002, Manisha wrote:
> > The file is HTML file. Actually I am sending email with message as this
> > HTML file's content. I changed the header of email to accommodate HTML.
> >
> > Reading the
On Tue, 14 May 2002, Manisha wrote:
> The file is HTML file. Actually I am sending email with message as this
> HTML file's content. I changed the header of email to accommodate HTML.
>
> Reading the file in array and putting array values as a message - whether
> still double quotes will not gi
The file is HTML file. Actually I am sending email with message as this
HTML file's content. I changed the header of email to accommodate HTML.
Reading the file in array and putting array values as a message - whether
still double quotes will not give problem ?
manisha
At 11:51 AM 5/14/02 +1
Please read the following:
Using Strings in PHP
http://www.zend.com/zend/tut/using-strings.php
Strings
http://www.php.net/manual/en/language.types.string.php
Notice stripslashes(), addslashes(), the PHP directive
magic_quotes_gpc and the use of ' vs ".
Regards,
Philip Olson
On Tue
You shouldn't need to addslashes() if you read from a file, only for string
literals, like in your test.
Are the file(s) you're reading in, just text files? If so, try doing your
code with the file read commands and you should see you don't need to
addslashes()
-Original Message-
From: M
5 matches
Mail list logo