/    Sign up×
Community /Pin to ProfileBookmark

How to preserve URL in PHP string

Hi Friends,
I am having trouble preserving URL inside a php string. I am using an API that fetches twitter tweets and contains a URL in each tweet which I want to display to the user but right now all the text is getting converted to plain text and the url is there but not clickable. Here’s my code snippet –

[code]
foreach ($sArray as $key=>$value) {
foreach ($value as $iKey => $iValue) {
switch ($key) {
case “url”:
$output .= “$iValue”;
break;
}}

[/code]

I tried htmlentities() but did not worked. Can anyone help me???

Thanks
Mick

And whats the normal way to wrap text when you display it, should i use wordwrap() ???

to post a comment
PHP

0Be the first to comment 😎

×

Success!

Help @mickscool 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 6.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...