/    Sign up×
Community /Pin to ProfileBookmark

<a href problem in html mail for yarhoo mail – need urgent help

Hi all

well i am devloping a mail sender program its allmost completed ,

i have taken one text area where u can put html code and give address to whome u want to send value of text area is $textarea

i called this value in $message

message goes properly but if there is <a href tag , in yahoo mail it dosent work other html tags works properly
it shows like following link
http://mail.yahoo.com/config/login?/”http://www.example.com

and for other mail clients it work properly only problem with yahoo.
please help me out

to post a comment
PHP

3 Comments(s)

Copy linkTweet thisAlerts:
@bokehOct 18.2005 — Put the following in a file and run it on your server.
[code=php]<?php var_dump(ini_get('magic_quotes_gpc')); ?>[/code]Post the result on here. Then I can tell you what to do.
Copy linkTweet thisAlerts:
@lxkauthorOct 18.2005 — string(1) "1"
Copy linkTweet thisAlerts:
@bokehOct 18.2005 — Run the data you are receiving from the text area through the following function and see how you get on.

[code=php]function remove_gpc($input)
{
return str_replace(chr(92).chr(92), chr(92),
str_replace(chr(92).chr(0), chr(0),
str_replace(chr(92).chr(34), chr(34),
str_replace(chr(92).chr(39), chr(39),
$input))));
}[/code]
×

Success!

Help @lxk spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.18,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...