Input of email and url to be clickable

前端 未结 2 1938
情歌与酒
情歌与酒 2021-01-24 09:07

I have a form that I process in PHP. Users sometimes put their email address in the form or URLs. These usually come out as text after I strip the input of tags.

Recen

2条回答
  •  灰色年华
    2021-01-24 09:50

    you have to wrap the url in a anchor tag:

    assuming $myLink is the link text coming from your db:

    
    

提交回复
热议问题