i was do it in heredoc syntax,and it seems work fine to me:
$mailbody=<<
name:$name
adress:$address
phone:$phone
EOF;
John W. Holmes writes:
I know this allready, I explained this in the original message.
"I know how to manage sending simple form elements to an email
(email,subject,body) a
it seem to me you didn't use session at all,
so where is the session problem?
but i think i see some weird stuff that maybe caused the problem,
(or may be another problem) :
$action=preference>Preference
why did you use "$" sign instead the "&" sign at the "$action=preferences"?
it's very hel
On Sat, Jan 11, 2003 at 10:25:36PM -0600, bo wrote:
>
> Any idea of how to grab data from a webpage? for example, how to get data
> such as the info about directed by, actors, language, and the image and so
> on from http://us.imdb.com/Title?0081398 and fill in my own database and
> output it? J
Any idea of how to grab data from a webpage? for example, how to get data
such as the info about directed by, actors, language, and the image and so
on from http://us.imdb.com/Title?0081398 and fill in my own database and
output it? Just need an idea of achieving the same result.
Thanks.
--
P
> I know this allready, I explained this in the original message.
>
> "I know how to manage sending simple form elements to an email
> (email,subject,body) and so on"
>
> How do I FORMAT the body of an email when there are multiple variable
> inputs
> for the body??
>
> Formatting as in Line Bre
I know this allready, I explained this in the original message.
"I know how to manage sending simple form elements to an email
(email,subject,body) and so on"
How do I FORMAT the body of an email when there are multiple variable inputs
for the body??
Formatting as in Line Breaks etc etc.
Cheers