parsing

parsing

am 22.03.2005 01:42:08 von Fire Juggler

Hi, in a php script i'm writing, i want to set
$email=fire_juggler_03@hotmail.com.nospam but it doesn't like it. How should
i write the underscores? because i know you have to \' for apostrophes.
Any help would be great.

--
Thanks
Kathryn
-----------------------------------
http://www.firejugglers.34sp.com
http://www.cornwalljugglers.co.uk

Re: parsing

am 22.03.2005 02:12:46 von Fire Juggler

sorry missed the "'s out
$email="fire_juggler_03@hotmail.com.nospam";

--
Thanks
Kathryn
-----------------------------------
http://www.firejugglers.34sp.com
http://www.cornwalljugglers.co.uk
"Fire Juggler" wrote in message
news:d1npl7$t9c$1@newsg4.svr.pol.co.uk...
> Hi, in a php script i'm writing, i want to set
> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it. How
> should i write the underscores? because i know you have to \' for
> apostrophes.
> Any help would be great.
>
> --
> Thanks
> Kathryn
> -----------------------------------
> http://www.firejugglers.34sp.com
> http://www.cornwalljugglers.co.uk
>

Re: parsing

am 22.03.2005 06:30:02 von Nik Coughin

Fire Juggler wrote:
>> Hi, in a php script i'm writing, i want to set
>> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it. How
>> should i write the underscores? because i know you have to \' for
>> apostrophes.

I don't know what you're doing, but this works fine:

$email = "fire_juggler_03@hotmail.com.nospam";
echo $email;
?>

Re: parsing

am 22.03.2005 14:09:56 von Fire Juggler

thanks i will try that. wot does echo actually do then?

--
Kathryn (Fire Juggler)
http://www.firejugglers.34sp.com
http://www.cornwalljugglers.co.uk


"Nik Coughin" wrote in message
news:k3O%d.11764$1S4.1219200@news.xtra.co.nz...
> Fire Juggler wrote:
> >> Hi, in a php script i'm writing, i want to set
> >> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it. How
> >> should i write the underscores? because i know you have to \' for
> >> apostrophes.
>
> I don't know what you're doing, but this works fine:
>
> > $email = "fire_juggler_03@hotmail.com.nospam";
> echo $email;
> ?>
>
>

Re: parsing

am 22.03.2005 14:18:16 von Fire Juggler

i want to set $contact="fire_juggler_03@hotmail.com" then pass it through
mail($contact, $subject, $messgae); but because the e-mail address has
underscores in it, it won't send to that address.
any help?

Kathryn (Fire Juggler)
http://www.firejugglers.34sp.com
http://www.cornwalljugglers.co.uk

"Fire Juggler" wrote in message
news:d1p5f5$juh$1@newsg1.svr.pol.co.uk...
> thanks i will try that. wot does echo actually do then?
>
> --
> Kathryn (Fire Juggler)
> http://www.firejugglers.34sp.com
> http://www.cornwalljugglers.co.uk
>
>
> "Nik Coughin" wrote in message
> news:k3O%d.11764$1S4.1219200@news.xtra.co.nz...
> > Fire Juggler wrote:
> > >> Hi, in a php script i'm writing, i want to set
> > >> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it. How
> > >> should i write the underscores? because i know you have to \' for
> > >> apostrophes.
> >
> > I don't know what you're doing, but this works fine:
> >
> > > > $email = "fire_juggler_03@hotmail.com.nospam";
> > echo $email;
> > ?>
> >
> >
>
>

Re: parsing

am 22.03.2005 18:16:00 von Peter Albertsson

Does mail() work at all on your php installation? Sometimes the default
configuration doesn't work. Does it work to send to other e-mail addresses?
Do you get any errors?

Best regards,

Peter Albertsson

"Fire Juggler" wrote in message
news:d1p5up$kc0$1@newsg1.svr.pol.co.uk...
>i want to set $contact="fire_juggler_03@hotmail.com" then pass it through
> mail($contact, $subject, $messgae); but because the e-mail address has
> underscores in it, it won't send to that address.
> any help?
>
> Kathryn (Fire Juggler)
> http://www.firejugglers.34sp.com
> http://www.cornwalljugglers.co.uk
>
> "Fire Juggler" wrote in message
> news:d1p5f5$juh$1@newsg1.svr.pol.co.uk...
>> thanks i will try that. wot does echo actually do then?
>>
>> --
>> Kathryn (Fire Juggler)
>> http://www.firejugglers.34sp.com
>> http://www.cornwalljugglers.co.uk
>>
>>
>> "Nik Coughin" wrote in message
>> news:k3O%d.11764$1S4.1219200@news.xtra.co.nz...
>> > Fire Juggler wrote:
>> > >> Hi, in a php script i'm writing, i want to set
>> > >> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it.
>> > >> How
>> > >> should i write the underscores? because i know you have to \' for
>> > >> apostrophes.
>> >
>> > I don't know what you're doing, but this works fine:
>> >
>> > >> > $email = "fire_juggler_03@hotmail.com.nospam";
>> > echo $email;
>> > ?>
>> >
>> >
>>
>>
>
>

Underscores

Re: parsing

am 22.03.2005 18:46:58 von Fire Juggler

it doesn't work wen i send it to fire_juggler_03@hotmail.com or
kathryngill1@hotmail.com but works for webmaster@cornwalljugglers.co.uk

any ideas?

Kathryn (Fire Juggler)
http://www.firejugglers.34sp.com
http://www.cornwalljugglers.co.uk

"Peter Albertsson" wrote in
message news:kpY%d.20223$d5.152272@newsb.telia.net...
> Does mail() work at all on your php installation? Sometimes the default
> configuration doesn't work. Does it work to send to other e-mail
addresses?
> Do you get any errors?
>
> Best regards,
>
> Peter Albertsson
>
> "Fire Juggler" wrote in message
> news:d1p5up$kc0$1@newsg1.svr.pol.co.uk...
> >i want to set $contact="fire_juggler_03@hotmail.com" then pass it through
> > mail($contact, $subject, $messgae); but because the e-mail address has
> > underscores in it, it won't send to that address.
> > any help?
> >
> > Kathryn (Fire Juggler)
> > http://www.firejugglers.34sp.com
> > http://www.cornwalljugglers.co.uk
> >
> > "Fire Juggler" wrote in message
> > news:d1p5f5$juh$1@newsg1.svr.pol.co.uk...
> >> thanks i will try that. wot does echo actually do then?
> >>
> >> --
> >> Kathryn (Fire Juggler)
> >> http://www.firejugglers.34sp.com
> >> http://www.cornwalljugglers.co.uk
> >>
> >>
> >> "Nik Coughin" wrote in message
> >> news:k3O%d.11764$1S4.1219200@news.xtra.co.nz...
> >> > Fire Juggler wrote:
> >> > >> Hi, in a php script i'm writing, i want to set
> >> > >> $email=fire_juggler_03@hotmail.com.nospam but it doesn't like it.
> >> > >> How
> >> > >> should i write the underscores? because i know you have to \' for
> >> > >> apostrophes.
> >> >
> >> > I don't know what you're doing, but this works fine:
> >> >
> >> > > >> > $email = "fire_juggler_03@hotmail.com.nospam";
> >> > echo $email;
> >> > ?>
> >> >
> >> >
> >>
> >>
> >
> >
>
> Underscores
>
>

Re: parsing

am 22.03.2005 19:24:34 von DJ Craig

I'm not sure why that doesn't work, but try using single quotes.
$email =3D 'fire_juggler...@hotmai=ADl.com.nospam';

What type of error is it giving you?